Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions clang/linux-4.16/warnings-v4.16+cherries-maxyesconfig-clang-5.0
Original file line number Diff line number Diff line change
Expand Up @@ -3069,97 +3069,6 @@ drivers/block/rsxx/cregs.c:279:15: note: use '=' to turn this equality compariso
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_main.c:46:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_device.c:46:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_crypto.c:46:
In file included from drivers/crypto/cavium/zip/zip_crypto.h:51:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_mem.c:49:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_deflate.c:49:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
In file included from drivers/crypto/cavium/zip/zip_inflate.c:49:
In file included from drivers/crypto/cavium/zip/common.h:60:
In file included from drivers/crypto/cavium/zip/zip_device.h:50:
In file included from drivers/crypto/cavium/zip/zip_main.h:50:
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=
1 warning generated.
drivers/crypto/ccp/ccp-ops.c:2386:5: warning: stack frame size of 8824 bytes in function 'ccp_run_cmd' [-Wframe-larger-than=]
int ccp_run_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd)
^
Expand Down
10 changes: 10 additions & 0 deletions clang/linux-4.16/warnings-v4.16-fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
drivers/crypto/cavium/zip/zip_regs.h:820:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((param1 == 0)))
~~~~~~~^~~~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: remove extraneous parentheses around the comparison to silence this warning
if (((param1 == 0)))
~ ^ ~
drivers/crypto/cavium/zip/zip_regs.h:820:15: note: use '=' to turn this equality comparison into an assignment
if (((param1 == 0)))
^~
=