public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Khadija Kamran <kamrankhadijadj@gmail.com>, outreachy@lists.linux.dev
Cc: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org,
	Jerry Chuang <jerry-chuang@realtek.com>
Subject: Re: [PATCH v3 1/4] staging: rtl8192u: remove change history from comments
Date: Tue, 28 Mar 2023 10:17:21 +0700	[thread overview]
Message-ID: <ZCJcQStZ8h0m+XfF@debian.me> (raw)
In-Reply-To: <95fff39231ebb2bb683c2a8f252a93f4845fffb1.1679945728.git.kamrankhadijadj@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4402 bytes --]

On Tue, Mar 28, 2023 at 12:49:06AM +0500, Khadija Kamran wrote:
> Remove the change history information as it is not required in the
> comments.

(also Cc: original driver author)

What about below?

```
Remove obsolete change history info as developers can simply use git to
browse commit history of the driver.
```

> 
> Signed-off-by: Khadija Kamran <kamrankhadijadj@gmail.com>
> ---
>  drivers/staging/rtl8192u/r8192U_dm.c | 45 ----------------------------
>  1 file changed, 45 deletions(-)
> 
> diff --git a/drivers/staging/rtl8192u/r8192U_dm.c b/drivers/staging/rtl8192u/r8192U_dm.c
> index 6a33ca02c3dc..b1ebb776fc42 100644
> --- a/drivers/staging/rtl8192u/r8192U_dm.c
> +++ b/drivers/staging/rtl8192u/r8192U_dm.c
> @@ -7,12 +7,6 @@ Module Name:
>  
>  Abstract:
>  	HW dynamic mechanism.
> -
> -Major Change History:
> -	When		Who				What
> -	----------	--------------- -------------------------------
> -	2008-05-14	amy                     create version 0 porting from windows code.
> -
>  --*/
>  #include "r8192U.h"
>  #include "r8192U_dm.h"
> @@ -274,11 +268,6 @@ void init_rate_adaptive(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/26/08	amy	Create version 0 porting from windows code.
> - *
>   *---------------------------------------------------------------------------*/
>  static void dm_check_rate_adaptive(struct net_device *dev)
>  {
> @@ -1589,11 +1578,6 @@ static void dm_bb_initialgain_backup(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/15/2008	amy		Create Version 0 porting from windows code.
> - *
>   *---------------------------------------------------------------------------*/
>  static void dm_dig_init(struct net_device *dev)
>  {
> @@ -1634,10 +1618,6 @@ static void dm_dig_init(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/27/2008	amy		Create Version 0 porting from windows code.
>   *---------------------------------------------------------------------------*/
>  static void dm_ctrl_initgain_byrssi(struct net_device *dev)
>  {
> @@ -1850,11 +1830,6 @@ static void dm_ctrl_initgain_byrssi_by_fwfalse_alarm(
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/28/2008	amy		Create Version 0 porting from windows code.
> - *
>   *---------------------------------------------------------------------------*/
>  static void dm_ctrl_initgain_byrssi_highpwr(
>  	struct net_device *dev)
> @@ -2269,11 +2244,6 @@ static void dm_ctstoself(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/28/2008	amy	Create Version 0 porting from windows code.
> - *
>   *---------------------------------------------------------------------------*/
>  static	void	dm_check_pbc_gpio(struct net_device *dev)
>  {
> @@ -2303,11 +2273,6 @@ static	void	dm_check_pbc_gpio(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	01/30/2008	MHC		Create Version 0.
> - *
>   *---------------------------------------------------------------------------*/
>  void dm_rf_pathcheck_workitemcallback(struct work_struct *work)
>  {
> @@ -2552,11 +2517,6 @@ static void dm_rxpath_sel_byrssi(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	05/28/2008	amy		Create Version 0 porting from windows code.
> - *
>   *---------------------------------------------------------------------------*/
>  static void dm_check_rx_path_selection(struct net_device *dev)
>  {
> @@ -2871,11 +2831,6 @@ void dm_check_fsync(struct net_device *dev)
>   * Output:		NONE
>   *
>   * Return:		NONE
> - *
> - * Revised History:
> - *	When		Who		Remark
> - *	03/06/2008	Jacken	Create Version 0.
> - *
>   *---------------------------------------------------------------------------
>   */
>  static void dm_init_dynamic_txpower(struct net_device *dev)

The rest is LGTM, thanks!

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-03-28  3:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 19:49 [PATCH v3 0/4] staging: rtl8192u: clean up comments in r8192U_dm.c Khadija Kamran
2023-03-27 19:49 ` [PATCH v3 1/4] staging: rtl8192u: remove change history from comments Khadija Kamran
2023-03-28  3:17   ` Bagas Sanjaya [this message]
2023-03-28  5:14     ` Julia Lawall
2023-03-27 19:49 ` [PATCH v3 2/4] staging: rtl8192u: remove commented out code Khadija Kamran
2023-03-27 19:49 ` [PATCH v3 3/4] staging: rtl8192u: add '*' on subsequent lines in block comment Khadija Kamran
2023-03-27 19:49 ` [PATCH v3 4/4] staging: rtl8192u: add '*/' on separate line in block comments Khadija Kamran
2023-03-28  3:27   ` Bagas Sanjaya
2023-03-28  5:11     ` Greg KH
2023-03-28  8:48       ` Bagas Sanjaya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZCJcQStZ8h0m+XfF@debian.me \
    --to=bagasdotme@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jerry-chuang@realtek.com \
    --cc=kamrankhadijadj@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=outreachy@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox