Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dawid Esterhuizen and committed by
Greg Kroah-Hartman
c034d50b b9ba6875

+5 -5
+5 -5
drivers/staging/rtl8712/rtl871x_xmit.h
··· 182 182 }; 183 183 184 184 struct hw_txqueue { 185 - /*volatile*/ sint head; 186 - /*volatile*/ sint tail; 187 - /*volatile*/ sint free_sz; /*in units of 64 bytes*/ 188 - /*volatile*/ sint free_cmdsz; 189 - /*volatile*/ sint txsz[8]; 185 + sint head; 186 + sint tail; 187 + sint free_sz; /* in units of 64 bytes */ 188 + sint free_cmdsz; 189 + sint txsz[8]; 190 190 uint ff_hwaddr; 191 191 uint cmd_hwaddr; 192 192 sint ac_tag;