This patch fixes checkpatch.pl warning in file rtl871x_io.h WARNING : Statements should start on a tabstop
Signed-off-by: Mauro Furer <maurofu...@gmail.com> --- drivers/staging/rtl8712/rtl871x_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h index 28941423b7ed..30a04e96f11e 100644 --- a/drivers/staging/rtl8712/rtl871x_io.h +++ b/drivers/staging/rtl8712/rtl871x_io.h @@ -101,7 +101,7 @@ struct _io_ops { struct io_req { struct list_head list; u32 addr; - /*volatile*/ u32 val; + u32 val; /*volatile*/ u32 command; u32 status; u8 *pbuf; -- 2.17.1 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel