Nathan Chancellor
874deb1c65
scsi: advansys: Remove unnecessary parentheses
...
Clang warns when multiple pairs of parentheses are used for a single
conditional statement.
drivers/scsi/advansys.c:6451:20: warning: equality comparison with
extraneous parentheses [-Wparentheses-equality]
if ((sdtr_data == 0xFF)) {
~~~~~~~~~~^~~~~~~
drivers/scsi/advansys.c:6451:20: note: remove extraneous parentheses
around the comparison to silence this warning
if ((sdtr_data == 0xFF)) {
~ ^ ~
drivers/scsi/advansys.c:6451:20: note: use '=' to turn this equality
comparison into an assignment
if ((sdtr_data == 0xFF)) {
^~
=
1 warning generated.
Link: https://github.com/ClangBuiltLinux/linux/issues/155
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-09-20 23:13:19 -04:00
..
2018-08-30 07:25:03 -04:00
2018-09-17 02:34:16 -04:00
2018-08-08 21:17:56 -04:00
2018-09-11 20:58:29 -04:00
2018-06-12 16:19:22 -07:00
2018-08-30 07:25:56 -04:00
2018-07-10 22:42:47 -04:00
2018-09-17 02:52:24 -04:00
2018-06-19 22:02:25 -04:00
2018-08-02 16:22:10 -04:00
2018-04-09 21:32:45 -04:00
2018-08-15 22:06:26 -07:00
2018-04-03 17:38:39 -07:00
2017-06-20 12:18:27 +02:00
2018-06-12 16:19:22 -07:00
2018-08-15 22:06:26 -07:00
2018-06-12 16:19:22 -07:00
2018-07-19 21:57:40 -04:00
2018-07-30 23:17:53 -04:00
2018-08-02 15:29:31 -04:00
2018-06-12 16:19:22 -07:00
2018-09-11 20:59:11 -04:00
2018-06-26 12:53:26 -04:00
2018-09-17 03:01:43 -04:00
2018-06-26 12:53:26 -04:00
2018-08-15 22:06:26 -07:00
2018-03-01 21:07:48 -05:00
2018-08-21 23:54:17 -04:00
2018-03-19 22:54:47 -04:00
2018-09-17 02:26:15 -04:00
2018-07-10 22:25:23 -04:00
2018-08-15 22:06:26 -07:00
2018-09-17 03:02:22 -04:00
2018-06-12 16:19:22 -07:00
2018-06-19 22:02:25 -04:00
2018-07-12 23:01:16 -04:00
2018-09-11 20:54:02 -04:00
2018-09-17 02:04:14 -04:00
2017-10-25 05:40:22 -04:00
2018-07-30 23:17:53 -04:00
2017-12-04 20:32:53 -05:00
2018-07-30 23:17:53 -04:00
2018-07-30 23:17:53 -04:00
2017-08-25 17:21:11 -04:00
2018-08-30 07:27:22 -04:00
2018-07-30 23:17:53 -04:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2018-09-20 23:13:19 -04:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2018-06-19 22:02:25 -04:00
2018-05-01 23:29:41 -04:00
2017-08-25 17:21:11 -04:00
2018-07-30 23:17:53 -04:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2017-04-21 10:31:33 -04:00
2018-06-26 12:27:06 -04:00
2017-11-02 11:10:55 +01:00
2018-06-26 12:27:06 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:11 -04:00
2018-05-18 12:03:51 -04:00
2018-03-15 00:25:37 -04:00
2017-08-10 19:55:35 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:11 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2018-06-19 22:02:25 -04:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2018-06-26 12:53:26 -04:00
2017-10-25 04:55:18 -04:00
2018-07-10 22:25:03 -04:00
2018-07-10 22:25:03 -04:00
2017-08-25 17:21:10 -04:00
2018-06-26 12:27:07 -04:00
2017-11-02 11:10:55 +01:00
2018-08-15 22:06:26 -07:00
2018-06-19 22:02:25 -04:00
2018-04-20 19:40:17 -04:00
2018-04-20 19:40:17 -04:00
2018-04-19 00:00:44 -04:00
2018-03-12 22:05:43 -04:00
2018-07-10 22:48:54 -04:00
2017-08-22 16:34:36 +02:00
2018-06-19 22:02:25 -04:00
2018-08-15 22:06:26 -07:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2017-08-10 19:55:34 -04:00
2017-08-25 17:21:11 -04:00
2018-08-15 22:06:26 -07:00
2018-06-19 22:02:25 -04:00
2018-06-19 22:02:25 -04:00
2018-06-26 12:27:07 -04:00
2017-11-02 11:10:55 +01:00
2018-03-19 22:54:47 -04:00
2017-11-02 11:10:55 +01:00
2018-06-10 13:01:12 -07:00
2018-07-10 22:42:47 -04:00
2017-11-14 16:23:44 -08:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2017-10-16 22:38:44 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2018-02-13 21:49:15 -05:00
2017-12-04 20:32:52 -05:00
2017-11-02 11:10:55 +01:00
2017-10-05 15:01:17 +02:00
2017-10-05 15:01:17 +02:00
2017-08-25 17:21:11 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:11 -04:00
2018-06-26 12:53:26 -04:00
2017-11-02 11:10:55 +01:00
2018-08-30 07:21:04 -04:00
2017-12-11 21:39:39 -05:00
2018-08-15 22:06:26 -07:00
2018-04-20 19:14:28 -04:00
2017-04-26 15:09:04 -06:00
2018-04-20 19:14:36 -04:00
2018-04-18 19:34:08 -04:00
2018-08-15 22:06:26 -07:00
2018-06-26 12:27:06 -04:00
2017-11-02 11:10:55 +01:00
2018-09-17 02:35:34 -04:00
2017-11-14 16:23:44 -08:00
2017-04-13 13:58:20 -04:00
2017-12-07 21:13:45 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-26 12:27:06 -04:00
2018-08-02 15:53:36 -04:00
2017-11-02 11:10:55 +01:00
2018-08-15 22:06:26 -07:00
2018-05-29 13:00:25 -06:00
2018-06-10 13:01:12 -07:00
2018-06-26 12:27:06 -04:00
2018-06-04 07:58:06 -07:00
2018-06-26 12:53:26 -04:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-07-30 08:27:02 -06:00
2018-08-15 22:06:26 -07:00
2018-08-26 11:48:42 -07:00
2018-07-30 08:27:02 -06:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2018-08-15 22:06:26 -07:00
2017-08-25 17:21:10 -04:00
2017-03-15 19:27:46 -04:00
2018-08-02 15:22:13 -06:00
2017-11-02 11:10:55 +01:00
2018-08-03 13:53:51 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-08 21:15:54 -04:00
2017-11-02 11:10:55 +01:00
2017-04-26 18:32:29 -04:00
2018-07-03 13:02:28 +02:00
2017-08-25 17:21:11 -04:00
2018-03-12 22:05:43 -04:00
2017-06-27 21:46:55 -04:00
2018-07-26 15:49:43 -06:00
2018-08-03 13:56:22 -04:00
2017-08-25 17:21:10 -04:00
2018-05-01 23:30:12 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 14:54:41 +02:00
2017-08-22 16:34:36 +02:00
2018-04-19 00:00:44 -04:00