Re: [PATCH 7/15] drivers/s390/net: removes unnecessary semicolon

From: Ursula Braun
Date: Thu Sep 13 2012 - 04:20:08 EST


Thanks, Peter. I will schedule these changes for our next posting.

Ursula Braun
> Peter Senna Tschudin <peter.senna@xxxxxxxxx> wrote on 12/09/2012 19:03:14:
>
> > From:
> >
> > Peter Senna Tschudin <peter.senna@xxxxxxxxx>
> >
> > To:
> >
> > Ursula Braun1/Germany/IBM@IBMDE
> >
> > Cc:
> >
> > trivial@xxxxxxxxxx, kernel-janitors@xxxxxxxxxxxxxxx, Frank Blaschka
> > <blaschka@xxxxxxxxxxxxxxxxxx>, BOEBLINGEN LINUX390/Germany/
> > IBM@IBMDE, mschwid2@xxxxxxxxxxxxxxxxxx, heicars2@xxxxxxxxxxxxxxxxxx,
> > linux-s390@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
> >
> > Date:
> >
> > 12/09/2012 19:03
> >
> > Subject:
> >
> > [PATCH 7/15] drivers/s390/net: removes unnecessary semicolon
> >
> > From: Peter Senna Tschudin <peter.senna@xxxxxxxxx>
> >
> > removes unnecessary semicolon
> >
> > Found by Coccinelle: http://coccinelle.lip6.fr/
> >
> > Signed-off-by: Peter Senna Tschudin <peter.senna@xxxxxxxxx>
> >
> > ---
> > drivers/s390/net/ctcm_fsms.c | 2 +-
> > drivers/s390/net/qeth_core_main.c | 4 ++--
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/s390/net/ctcm_fsms.c b/drivers/s390/net/ctcm_fsms.c
> > index d4ade9e..fb92524 100644
> > --- a/drivers/s390/net/ctcm_fsms.c
> > +++ b/drivers/s390/net/ctcm_fsms.c
> > @@ -1523,7 +1523,7 @@ static void ctcmpc_chx_firstio(fsm_instance
> > *fi, int event, void *arg)
> > goto done;
> > default:
> > break;
> > - };
> > + }
> >
> > fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ)
> > ? CTC_STATE_RXINIT : CTC_STATE_TXINIT);
> > diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/
> > qeth_core_main.c
> > index cf6da7f..0bd86b8 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;
> > }
> >
> > @@ -2029,7 +2029,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)
> >


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/