Linux kernel staging patches
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@inria.fr>
To: Aliya Rahmani <aliyarahmani786@gmail.com>
Cc: kuba@kernel.org, gregkh@linuxfoundation.org,
	linux-staging@lists.linux.dev,  outreachy@lists.linux.dev
Subject: Re: [PATCH] staging: ks7010: coding style fix: use tabs for indent
Date: Thu, 14 Apr 2022 09:06:26 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2204140906010.3023@hadrien> (raw)
In-Reply-To: <20220413204648.60358-1-aliyarahmani786@gmail.com>



On Thu, 14 Apr 2022, Aliya Rahmani wrote:

> Added tabs for indent to fix the checkpatch error.

This looks like "Replace spaces by tabs".

julia

>
> Signed-off-by: Aliya Rahmani <aliyarahmani786@gmail.com>
> ---
>  drivers/staging/ks7010/ks_hostif.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
> index f1aa3be4261d..d0475189607d 100644
> --- a/drivers/staging/ks7010/ks_hostif.c
> +++ b/drivers/staging/ks7010/ks_hostif.c
> @@ -2213,7 +2213,7 @@ static void hostif_sme_work(struct work_struct *work)
>  	hostif_sme_execute(priv, priv->sme_i.event_buff[priv->sme_i.qhead]);
>  	inc_smeqhead(priv);
>  	if (cnt_smeqbody(priv) > 0)
> -	        schedule_work(&priv->sme_work);
> +		schedule_work(&priv->sme_work);
>  }
>
>  /* send to Station Management Entity module */
> --
> 2.25.1
>
>
>

      reply	other threads:[~2022-04-14  7:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 20:46 [PATCH] staging: ks7010: coding style fix: use tabs for indent Aliya Rahmani
2022-04-14  7:06 ` Julia Lawall [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=alpine.DEB.2.22.394.2204140906010.3023@hadrien \
    --to=julia.lawall@inria.fr \
    --cc=aliyarahmani786@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kuba@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