staging: ks7010: coding style fix: use tabs for indent
Added tabs for indent to fix the checkpatch error. Signed-off-by: Aliya Rahmani <aliyarahmani786@gmail.com> Link: https://lore.kernel.org/r/20220413204648.60358-1-aliyarahmani786@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4f7224d3c5
commit
194193dd06
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue