[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1697113047.git.soumya.negi97@gmail.com>
Date: Thu, 12 Oct 2023 05:50:21 -0700
From: Soumya Negi <soumya.negi97@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Micky Ching <micky_ching@...lsil.com.cn>
Cc: Soumya Negi <soumya.negi97@...il.com>, outreachy@...ts.linux.dev,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] staging: rts5208: Fix checkpatch macro warnings
In the driver staging/rts5208, checkpatch.pl warns of possible precedence
issues in the header rtsx.h because macro arguments are not parenthesized.
This patch set handles the respective macros differently(as needed) in
each patch to fix the warnings. Patches can be applied in any order.
Soumya Negi (2):
staging: rts5208: Refactor macros to static inline functions
staging: rts5208: Remove macros scsi_lock(), scsi_unlock()
drivers/staging/rts5208/rtsx.c | 24 ++++++-------
drivers/staging/rts5208/rtsx.h | 66 ++++++++++++++++++++--------------
2 files changed, 52 insertions(+), 38 deletions(-)
--
2.17.1
Powered by blists - more mailing lists