提交 e3bd74c3 编写于 作者: Z zhang songyi 提交者: Jakub Kicinski

net: microchip: vcap: Remove unneeded semicolons

Semicolons after "}" are not needed.
Signed-off-by: Nzhang songyi <zhang.songyi@zte.com.cn>
Reviewed-by: NJiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/202212051422158113766@zte.com.cnSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 1ab586f5
...@@ -2197,7 +2197,7 @@ static void vcap_copy_from_client_keyfield(struct vcap_rule *rule, ...@@ -2197,7 +2197,7 @@ static void vcap_copy_from_client_keyfield(struct vcap_rule *rule,
vcap_copy_to_w32be(field->data.u128.value, data->u128.value, size); vcap_copy_to_w32be(field->data.u128.value, data->u128.value, size);
vcap_copy_to_w32be(field->data.u128.mask, data->u128.mask, size); vcap_copy_to_w32be(field->data.u128.mask, data->u128.mask, size);
break; break;
}; }
} }
/* Check if the keyfield is already in the rule */ /* Check if the keyfield is already in the rule */
...@@ -2403,7 +2403,7 @@ static void vcap_copy_from_client_actionfield(struct vcap_rule *rule, ...@@ -2403,7 +2403,7 @@ static void vcap_copy_from_client_actionfield(struct vcap_rule *rule,
case VCAP_FIELD_U128: case VCAP_FIELD_U128:
vcap_copy_to_w32be(field->data.u128.value, data->u128.value, size); vcap_copy_to_w32be(field->data.u128.value, data->u128.value, size);
break; break;
}; }
} }
/* Check if the actionfield is already in the rule */ /* Check if the actionfield is already in the rule */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册