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:
Aliya Rahmani 2022-04-14 02:16:49 +05:30 committed by Greg Kroah-Hartman
parent 4f7224d3c5
commit 194193dd06
1 changed files with 1 additions and 1 deletions

View File

@ -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 */