mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: unisys: visorchannel.c remove unneeded parenthesis
Fix the checkpatch.pl -strict check: CHECK: Unnecessary parentheses around sig_hdr.num_overflows + &(sig_hdr.num_overflows), Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ad1a71546c
commit
f4b97f9c15
@@ -468,7 +468,7 @@ signalinsert_inner(struct visorchannel *channel, u32 queue, void *msg)
|
||||
SIG_QUEUE_OFFSET(&channel->chan_hdr, queue) +
|
||||
offsetof(struct signal_queue_header,
|
||||
num_overflows),
|
||||
&(sig_hdr.num_overflows),
|
||||
&sig_hdr.num_overflows,
|
||||
sizeof(sig_hdr.num_overflows));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user