提交 e278a917 编写于 作者: G Guangbin Huang 提交者: Yang Yingliang

net: hns: replace space with tab for cleanup

driver inclusion
category: cleanup
bugzilla: NA
CVE: NA

This patch replaces space with tab to align code in hns3_features_check()
function.
Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com>
Reviewed-by: NPeng Li <lipeng321@huawei.com>
Reviewed-by: NZhong Zhaohui <zhongzhaohui@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 8b5bafa1
...@@ -1574,7 +1574,7 @@ static netdev_features_t hns3_features_check(struct sk_buff *skb, ...@@ -1574,7 +1574,7 @@ static netdev_features_t hns3_features_check(struct sk_buff *skb,
struct net_device *dev, struct net_device *dev,
netdev_features_t features) netdev_features_t features)
{ {
#define HNS3_MAX_HDR_LEN 480U #define HNS3_MAX_HDR_LEN 480U
#define HNS3_MAX_L4_HDR_LEN 60U #define HNS3_MAX_L4_HDR_LEN 60U
size_t len; size_t len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册