ERROR: return is not a function, parentheses are not required
This patch has been tested by verifying that the newly generated patch still
applies without warnings to the 2.6.25.17 kernel and that the patched kernel
still compiles.
Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@513
d57e44dd-8a1f-0410-8b47-
8ef2f437770f
kfree(ch);
- return (destroy_cmid ? 0 : 1);
+ return destroy_cmid ? 0 : 1;
}
static void srpt_register_channel_done(struct scst_session *scst_sess,