Re: [PATCH 11/15] qedf: Fixup unnecessary paratheses around test_bit operations.

2017-05-24 Thread Bart Van Assche
On Tue, 2017-05-23 at 06:19 -0700, Dupuis, Chad wrote: > Signed-off-by: Chad Dupuis Did you perhaps mean "parentheses" instead of "paratheses"? Please also keep in mind that the recommended style for patch titles is the imperative mood without trailing dot. Anyway:

[PATCH 11/15] qedf: Fixup unnecessary paratheses around test_bit operations.

2017-05-23 Thread Dupuis, Chad
Signed-off-by: Chad Dupuis --- drivers/scsi/qedf/qedf_els.c | 6 +++--- drivers/scsi/qedf/qedf_io.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qedf/qedf_els.c b/drivers/scsi/qedf/qedf_els.c index e197fd6..78d9f1c 100644 ---