All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <Damien.LeMoal@wdc.com>
To: Wang Qing <wangqing@vivo.com>, Jens Axboe <axboe@kernel.dk>,
	"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: Re: [PATCH] block: fix a typo for skd_main.c
Date: Mon, 28 Sep 2020 02:57:59 +0000	[thread overview]
Message-ID: <CY4PR04MB375129B151BF9E9F9A7364A9E7350@CY4PR04MB3751.namprd04.prod.outlook.com> (raw)
In-Reply-To: 1601086321-1173-1-git-send-email-wangqing@vivo.com

On 2020/09/26 11:12, Wang Qing wrote:
> Modify the comment typo: "compliment" -> "complement".
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>
> ---
>  drivers/block/skd_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
> index ae6454c..e70e764
> --- a/drivers/block/skd_main.c
> +++ b/drivers/block/skd_main.c
> @@ -2037,7 +2037,7 @@ static void skd_enable_interrupts(struct skd_device *skdev)
>  	val = FIT_ISH_FW_STATE_CHANGE +
>  	      FIT_ISH_COMPLETION_POSTED + FIT_ISH_MSG_FROM_DEV;
>  
> -	/* Note that the compliment of mask is written. A 1-bit means
> +	/* Note that the complement of mask is written. A 1-bit means
>  	 * disable, a 0 means enable. */
>  	SKD_WRITEL(skdev, ~val, FIT_INT_MASK_HOST);
>  	dev_dbg(&skdev->pdev->dev, "interrupt mask=0x%x\n", ~val);
> 

Looks good.

Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>

-- 
Damien Le Moal
Western Digital Research

      reply	other threads:[~2020-09-28  2:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26  2:11 [PATCH] block: fix a typo for skd_main.c Wang Qing
2020-09-28  2:57 ` Damien Le Moal [this message]

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=CY4PR04MB375129B151BF9E9F9A7364A9E7350@CY4PR04MB3751.namprd04.prod.outlook.com \
    --to=damien.lemoal@wdc.com \
    --cc=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=wangqing@vivo.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.