mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
staging: rtl8712: Statements should start on a tabstop
This path fixes four checkpatch.pl warnings: Statements should start on a tabstop Signed-off-by: Dawid Esterhuizen <desterhuizen@gmail.com> Link: https://lore.kernel.org/r/YVXGsMZDGmdGjErJ@kkobus.whirley.local Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b9ba687515
commit
c034d50bdc
|
|
@ -182,11 +182,11 @@ struct sta_xmit_priv {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct hw_txqueue {
|
struct hw_txqueue {
|
||||||
/*volatile*/ sint head;
|
sint head;
|
||||||
/*volatile*/ sint tail;
|
sint tail;
|
||||||
/*volatile*/ sint free_sz; /*in units of 64 bytes*/
|
sint free_sz; /* in units of 64 bytes */
|
||||||
/*volatile*/ sint free_cmdsz;
|
sint free_cmdsz;
|
||||||
/*volatile*/ sint txsz[8];
|
sint txsz[8];
|
||||||
uint ff_hwaddr;
|
uint ff_hwaddr;
|
||||||
uint cmd_hwaddr;
|
uint cmd_hwaddr;
|
||||||
sint ac_tag;
|
sint ac_tag;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user