All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] [Outreachy kernel] staging: ks7010: remove line over 80 characters
Date: Sun, 8 Mar 2020 13:48:01 +0100	[thread overview]
Message-ID: <20200308134801.349af232@elisabeth> (raw)
In-Reply-To: <20200308123834.3377-1-payalskshirsagar1234@gmail.com>

On Sun,  8 Mar 2020 18:08:34 +0530
Payal Kshirsagar <payalskshirsagar1234@gmail.com> wrote:

> Remove line over 80 characters.
> 
> Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
> ---
>  drivers/staging/ks7010/ks7010_sdio.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c
> index 4b379542ecd5..6b2660c94f4e 100644
> --- a/drivers/staging/ks7010/ks7010_sdio.c
> +++ b/drivers/staging/ks7010/ks7010_sdio.c
> @@ -446,7 +446,8 @@ static void ks_wlan_hw_rx(struct ks_wlan_private *priv, size_t size)
>  				     DUMP_PREFIX_OFFSET,
>  				     rx_buffer->data, 32);
>  #endif
> -		ret = ks7010_sdio_writeb(priv, READ_STATUS_REG, REG_STATUS_IDLE);
> +		ret = ks7010_sdio_writeb(priv, READ_STATUS_REG,
> +					 REG_STATUS_IDLE);
>  		if (ret)
>  			netdev_err(priv->net_dev, "write READ_STATUS_REG\n");
>  

Reviewed-by: Stefano Brivio <sbrivio@redhat.com>

-- 
Stefano



      reply	other threads:[~2020-03-08 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 12:38 [PATCH] [Outreachy kernel] staging: ks7010: remove line over 80 characters Payal Kshirsagar
2020-03-08 12:48 ` Stefano Brivio [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=20200308134801.349af232@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=payalskshirsagar1234@gmail.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.