mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
iscsi-scst: Surround complex values with parentheses
Detected by checkpatch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6353 d57e44dd-8a1f-0410-8b47-8ef2f437770f
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