mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
IB/mlx4: Convert "if(foo)" to "if (foo)"
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
b39993936d
commit
5d5e815db9
@ -165,7 +165,7 @@ static void smp_snoop(struct ib_device *ibdev, u8 port_num, struct ib_mad *mad)
|
||||
event.device = ibdev;
|
||||
event.element.port_num = port_num;
|
||||
|
||||
if(pinfo->clientrereg_resv_subnetto & 0x80)
|
||||
if (pinfo->clientrereg_resv_subnetto & 0x80)
|
||||
event.event = IB_EVENT_CLIENT_REREGISTER;
|
||||
else
|
||||
event.event = IB_EVENT_LID_CHANGE;
|
||||
|
Loading…
Reference in New Issue
Block a user