This patch fixes the following sparse warning:
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c:343:36: warning:
cast to restricted __le16
by using the le16_to_cpus function.
Signed-off-by: Tobenna P. Igwe
---
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c |2 +-
1 file changed, 1
: warning: cast to restricted
__le16
drivers/staging/rtl8188eu/hal/fw.c:219:13: warning: cast to restricted
__le16
by changing the signature from 'u16' to '__le16'.
Signed-off-by: Tobenna P. Igwe
---
drivers/staging/rtl8188eu/include/fw.h |2 +-
1 file changed, 1 insertion(+),
Fixed coding style issue "Missing a blank line after declarations"
detected by the 'checkpatch.pl' script.
Signed-off-by: Tobenna P. Igwe
---
drivers/staging/unisys/uislib/uisutils.c |5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/staging/unisys/uislib/u