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

Ursula Braun
> Peter Senna Tschudin <peter.se...@gmail.com> wrote on 12/09/2012 19:03:14:
> 
> > From:
> > 
> > Peter Senna Tschudin <peter.se...@gmail.com>
> > 
> > To:
> > 
> > Ursula Braun1/Germany/IBM@IBMDE
> > 
> > Cc:
> > 
> > triv...@kernel.org, kernel-janit...@vger.kernel.org, Frank Blaschka 
> > <blasc...@linux.vnet.ibm.com>, BOEBLINGEN LINUX390/Germany/
> > IBM@IBMDE, mschw...@linux.vnet.ibm.com, heica...@linux.vnet.ibm.com,
> > linux-s...@vger.kernel.org, linux-kernel@vger.kernel.org
> > 
> > Date:
> > 
> > 12/09/2012 19:03
> > 
> > Subject:
> > 
> > [PATCH 7/15] drivers/s390/net: removes unnecessary semicolon
> > 
> > From: Peter Senna Tschudin <peter.se...@gmail.com>
> > 
> > removes unnecessary semicolon
> > 
> > Found by Coccinelle: http://coccinelle.lip6.fr/
> > 
> > Signed-off-by: Peter Senna Tschudin <peter.se...@gmail.com>
> > 
> > ---
> >  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to