summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
diff options
context:
space:
mode:
authorPeter Senna Tschudin2012-09-24 06:24:26 +0200
committerDavid S. Miller2012-09-24 21:45:17 +0200
commit6531084c3eeaf302d6e3817776da6dab15603929 (patch)
tree77243ae3e66cd9605e91e445ffcc4a628a6083d2 /drivers/s390/net/qeth_core_main.c
parentqeth: fix possible memory leak in qeth_l3_add_[vipa|rxip]() (diff)
downloadkernel-qcow2-linux-6531084c3eeaf302d6e3817776da6dab15603929.tar.gz
kernel-qcow2-linux-6531084c3eeaf302d6e3817776da6dab15603929.tar.xz
kernel-qcow2-linux-6531084c3eeaf302d6e3817776da6dab15603929.zip
drivers/s390/net: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core_main.c')
-rw-r--r--drivers/s390/net/qeth_core_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 03848037248c..3af9024f1b6f 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -489,7 +489,7 @@ static struct qeth_reply *qeth_alloc_reply(struct qeth_card *card)
atomic_set(&reply->refcnt, 1);
atomic_set(&reply->received, 0);
reply->card = card;
- };
+ }
return reply;
}
@@ -2037,7 +2037,7 @@ int qeth_send_control_data(struct qeth_card *card, int len,
if (time_after(jiffies, timeout))
goto time_err;
cpu_relax();
- };
+ }
}
if (reply->rc == -EIO)