Commit 194193dd authored by Aliya Rahmani's avatar Aliya Rahmani Committed by Greg Kroah-Hartman

staging: ks7010: coding style fix: use tabs for indent

Added tabs for indent to fix the checkpatch error.
Signed-off-by: default avatarAliya Rahmani <aliyarahmani786@gmail.com>
Link: https://lore.kernel.org/r/20220413204648.60358-1-aliyarahmani786@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f7224d3
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment