提交 cdac082e 编写于 作者: J Joe Perches 提交者: David S. Miller

drivers/s390/net: Remove unnecessary semicolons

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NFrank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f3aa3136
......@@ -372,7 +372,7 @@ static ssize_t qeth_dev_performance_stats_store(struct device *dev,
i = simple_strtoul(buf, &tmp, 16);
if ((i == 0) || (i == 1)) {
if (i == card->options.performance_stats)
goto out;;
goto out;
card->options.performance_stats = i;
if (i == 0)
memset(&card->perf_stats, 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册