Re: [PATCH 2/3] staging: rtl8192u: remove change history from comments

From: Greg KH
Date: Sat Mar 25 2023 - 08:24:05 EST


On Sat, Mar 25, 2023 at 05:13:17PM +0500, Khadija Kamran wrote:
> Developers use git to browse the file history so revision history is not
> required in the comments.
> Remove the change history information from the comments.
>
> Signed-off-by: Khadija Kamran <kamrankhadijadj@xxxxxxxxx>
> ---
> drivers/staging/rtl8192u/r8192U_dm.c | 36 ----------------------------
> 1 file changed, 36 deletions(-)
>
> diff --git a/drivers/staging/rtl8192u/r8192U_dm.c b/drivers/staging/rtl8192u/r8192U_dm.c
> index a88686be3523..885c5966342f 100644
> --- a/drivers/staging/rtl8192u/r8192U_dm.c
> +++ b/drivers/staging/rtl8192u/r8192U_dm.c
> @@ -8,11 +8,6 @@
> * Abstract:
> * HW dynamic mechanism.
> *
> - * Major Change History:
> - * When Who What
> - * ---------- --------------- -------------------------------
> - * 2008-05-14 amy create version 0 porting from windows code.
> - *
> *--
> */
> #include "r8192U.h"
> @@ -276,10 +271,6 @@ void init_rate_adaptive(struct net_device *dev)
> *
> * Return: NONE
> *
> - * Revised History:
> - * When Who Remark
> - * 05/26/08 amy Create version 0 porting from windows code.
> - *
> *---------------------------------------------------------------------------

You can remove the extra blank comment line as well.

thanks,

greg k-h