net: hns: change code style from a = a + x to a += x
authorDaode Huang <huangdaode@hisilicon.com>
Fri, 1 Jul 2016 09:34:07 +0000 (17:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 20:56:52 +0000 (16:56 -0400)
commit8ec98ba711ed26f9ecf1820f28cb14af84f19d43
tree9ce82ee05a44bc79da079fbc9d977e8f5ce7d9b8
parentd9fdb4ed00036514146497fd48b906f0e12b68f7
net: hns: change code style from a = a + x to a += x

This patch fixes the code style in hns driver. Change it from
"buff = buff + xxx" to "buff += xxx". The reveiw comments is
from andy.

Reviewed-by: Andriy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Daode Huang <huangdaode@hisilicon.com>
Signed-off-by: Yisen Zhuang <Yisen.Zhuang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
This page took 0.037779 seconds and 5 git commands to generate.