* [PATCH] staging: ks7010: coding style fix: use tabs for indent
@ 2022-04-13 20:46 Aliya Rahmani
2022-04-14 7:06 ` Julia Lawall
0 siblings, 1 reply; 2+ messages in thread
From: Aliya Rahmani @ 2022-04-13 20:46 UTC (permalink / raw)
To: kuba; +Cc: gregkh, linux-staging, outreachy, Aliya Rahmani
Added tabs for indent to fix the checkpatch error.
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: ks7010: coding style fix: use tabs for indent
2022-04-13 20:46 [PATCH] staging: ks7010: coding style fix: use tabs for indent Aliya Rahmani
@ 2022-04-14 7:06 ` Julia Lawall
0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2022-04-14 7:06 UTC (permalink / raw)
To: Aliya Rahmani; +Cc: kuba, gregkh, linux-staging, outreachy
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
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-14 7:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox