[PATCH] Staging: rtl8712: Fix comment position, it goes after statment

Mauro Furer maurofurer at gmail.com
Mon Mar 11 02:58:56 UTC 2019


    This patch fixes checkpatch.pl warning in file rtl871x_io.h
    WARNING : Statements should start on a tabstop

Signed-off-by: Mauro Furer <maurofurer at 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



More information about the devel mailing list