[PATCH 2/2] Staging: wlan-ng: Fix endian error

2017-03-09 Thread Adrien Descamps
restricted __be64 [usertype] mactime drivers/staging//wlan-ng//hfa384x_usb.c:3517:33:got unsigned long long Computation on the value should be done when in machine format, not in big endian format. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- Compile tested only drivers/s

[PATCH 1/2] Staging: wlan-ng: Fix sparse warnings by using appropriate endian types

2017-03-09 Thread Adrien Descamps
Fix some sparse warning by using correct endian types in structs and local variables. This patch only fix sparse warnings and do not change the logic. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- Compile tested only drivers/staging/wlan-ng/hfa384x.h

[PATCH 1/2] Staging: wlan-ng: Fix sparse warnings by using appropriate endian types

2017-03-03 Thread Adrien Descamps
Fix some sparse warning by using correct endian types in structs and local variables. This patch only fix sparse warnings and do not change the logic. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- Compile tested only drivers/staging/wlan-ng/hfa384x.h

[PATCH 2/2] Staging: wlan-ng: Fix endian error

2017-03-03 Thread Adrien Descamps
restricted __be64 [usertype] mactime drivers/staging//wlan-ng//hfa384x_usb.c:3517:33:got unsigned long long Computation on the value should be done when in machine format, not in big endian format. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- Compile tested only drivers/s

[PATCH 2/2] Fix endiannes error

2017-03-02 Thread Adrien Descamps
restricted __be64 [usertype] mactime drivers/staging//wlan-ng//hfa384x_usb.c:3517:33:got unsigned long long Computation on the value should be done when in machine format, not in big endian format. Compile tested only. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- drivers/s

[PATCH 1/2] Fix sparse warnings by using appropriate endian types

2017-03-02 Thread Adrien Descamps
Fix some sparse warning by using correct endian types in structs and local variables. This patch only fix sparse warnings and do not change the logic. Compile tested only. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h

[PATCH] Fix coding style errors "open brace go on the same line"

2017-01-17 Thread Adrien Descamps
Open braces for enum, union and struct go on the same line. Signed-off-by: Adrien Descamps <adrien.desca...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- .../interface/vchi/connections/connection.h| 3 +-- .../interface/vchi/message_drivers/message.h

[PATCH] drivers: staging: lustre: Fix space prohibited between function name and open parenthesis errors

2015-02-24 Thread Adrien Descamps
Fix checkpatch.ph errors space prohibited between function name and open parenthesis in socklnd.h Signed-off-by: Adrien Descamps adrien.desca...@gmail.com --- .../staging/lustre/lnet/klnds/socklnd/socklnd.h| 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) diff