net: ethernet: microchip: vcap: Remove extra semicolon
Remove the extra semicolon at end. Issue identified using semicolon.cocci Coccinelle semantic patch. drivers/net/ethernet/microchip/vcap/vcap_api.c:1124:3-4: Unneeded semicolon drivers/net/ethernet/microchip/vcap/vcap_api.c:1165:3-4: Unneeded semicolon drivers/net/ethernet/microchip/vcap/vcap_api.c:1239:3-4: Unneeded semicolon drivers/net/ethernet/microchip/vcap/vcap_api.c:1287:3-4: Unneeded semicolon Signed-off-by: Anup Sharma <anupnewsmail@gmail.com> Changes: V1 -> V2: Target tree included in the subject line. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
57f1915fc7
commit
c515a4443c
@ -1121,7 +1121,7 @@ static void vcap_copy_to_client_actionfield(struct vcap_rule_internal *ri,
|
||||
vcap_copy_from_w32be(field->data.u128.value, value,
|
||||
field_size, width);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
switch (field->ctrl.type) {
|
||||
case VCAP_FIELD_BIT:
|
||||
@ -1162,7 +1162,7 @@ static void vcap_copy_to_client_actionfield(struct vcap_rule_internal *ri,
|
||||
value,
|
||||
width, field_size);
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1236,7 +1236,7 @@ static void vcap_copy_to_client_keyfield(struct vcap_rule_internal *ri,
|
||||
vcap_copy_from_w32be(field->data.u128.mask, mask,
|
||||
field_size, width);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
switch (field->ctrl.type) {
|
||||
case VCAP_FIELD_BIT:
|
||||
@ -1284,7 +1284,7 @@ static void vcap_copy_to_client_keyfield(struct vcap_rule_internal *ri,
|
||||
value, mask,
|
||||
width, field_size);
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user