mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
iscsi-scst: Surround complex values with parentheses
Detected by checkpatch. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -50,7 +50,7 @@ do { \
|
||||
})
|
||||
|
||||
#define GET_PARAM(params, info, iparams, word) \
|
||||
(iparams)[key_##word] = (params)->word
|
||||
((iparams)[key_##word] = (params)->word)
|
||||
|
||||
const char *iscsi_get_bool_value(int val)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user