[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444847155-11243-1-git-send-email-punitvara@gmail.com>
Date: Wed, 14 Oct 2015 23:55:51 +0530
From: Punit Vara <punitvara@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, devel@...verdev.osuosl.org,
Julia.Lawall@...6.fr, sudipm.mukherjee@...il.com,
dan.carpenter@...cle.com, linux-kernel@...r.kernel.org,
Punit Vara <punitvara@...il.com>
Subject: [PATCH RESEND 0/4] Staging: rtl8712: Fix coding style warnings
This set of patch fixes following warnings reported by checkpatch.pl:
-Prefer eth_broadcast_addr() over memset()
-Prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
-Block comments use * on subsequent lines
-Block comments use a trailing */ on a separate line
-Comparisons should place the constant on the right side of the test
v2: Fixed API suggested by : Larry Finger Larry.Finger@...inger.net
Improved patch description suggested by Julia Julia.Lawall@...6.fr
Punit Vara (4):
Staging: rtl8712: Fix warning prefer eth_broadcast_addr() over
memset()
Staging: rtl8712: Use ether_addr_equal() over memcmp()
Staging: rtl8712: Coding style warnings fix for block comments
Staging: rtl8712: fix warning for placing constant on the right side
of test
drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 47 ++++++++++++++-------------
1 file changed, 25 insertions(+), 22 deletions(-)
--
2.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists