lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 13 Sep 2012 10:19:54 +0200
From:	Ursula Braun <ubraun@...ux.vnet.ibm.com>
To:	peter.senna@...il.com
Cc:	trivial@...nel.org, kernel-janitors@...r.kernel.org,
	blaschka@...ux.vnet.ibm.com, mschwid2@...ux.vnet.ibm.com,
	heicars2@...ux.vnet.ibm.com, linux-s390@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 7/15] drivers/s390/net: removes unnecessary semicolon

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

Ursula Braun
> Peter Senna Tschudin <peter.senna@...il.com> wrote on 12/09/2012 19:03:14:
> 
> > From:
> > 
> > Peter Senna Tschudin <peter.senna@...il.com>
> > 
> > To:
> > 
> > Ursula Braun1/Germany/IBM@...DE
> > 
> > Cc:
> > 
> > trivial@...nel.org, kernel-janitors@...r.kernel.org, Frank Blaschka 
> > <blaschka@...ux.vnet.ibm.com>, BOEBLINGEN LINUX390/Germany/
> > IBM@...DE, mschwid2@...ux.vnet.ibm.com, heicars2@...ux.vnet.ibm.com,
> > linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org
> > 
> > Date:
> > 
> > 12/09/2012 19:03
> > 
> > Subject:
> > 
> > [PATCH 7/15] drivers/s390/net: removes unnecessary semicolon
> > 
> > From: Peter Senna Tschudin <peter.senna@...il.com>
> > 
> > removes unnecessary semicolon
> > 
> > Found by Coccinelle: http://coccinelle.lip6.fr/
> > 
> > Signed-off-by: Peter Senna Tschudin <peter.senna@...il.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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ