From: Grant Likely <grant.likely@secretlab.ca>
To: Joe Perches <joe@perches.com>
Cc: Jiri Kosina <trivial@kernel.org>,
David Brownell <dbrownell@users.sourceforge.net>,
Wan ZongShun <mcuos.com@gmail.com>,
spi-devel-general@lists.sourceforge.net,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 28/44] drivers/spi: Remove unnecessary semicolons
Date: Sun, 14 Nov 2010 20:57:42 -0700 [thread overview]
Message-ID: <20101115035742.GA19965@angua.secretlab.ca> (raw)
In-Reply-To: <fe5e5e0efbd97eaa32530eef5ed47efdc3252dad.1289789605.git.joe@perches.com>
On Sun, Nov 14, 2010 at 07:04:47PM -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
applied, thanks.
g.
> ---
> drivers/spi/amba-pl022.c | 2 +-
> drivers/spi/spi_nuc900.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c
> index fb3d1b3..2e50631 100644
> --- a/drivers/spi/amba-pl022.c
> +++ b/drivers/spi/amba-pl022.c
> @@ -956,7 +956,7 @@ static int configure_dma(struct pl022 *pl022)
> tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES;
> break;
> case WRITING_U32:
> - tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;;
> + tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
> break;
> }
>
> diff --git a/drivers/spi/spi_nuc900.c b/drivers/spi/spi_nuc900.c
> index dff63be..d5be18b 100644
> --- a/drivers/spi/spi_nuc900.c
> +++ b/drivers/spi/spi_nuc900.c
> @@ -449,7 +449,7 @@ err_iomap:
> release_mem_region(hw->res->start, resource_size(hw->res));
> kfree(hw->ioarea);
> err_pdata:
> - spi_master_put(hw->master);;
> + spi_master_put(hw->master);
>
> err_nomem:
> return err;
> --
> 1.7.3.1.g432b3.dirty
>
prev parent reply other threads:[~2010-11-15 3:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-15 3:04 [PATCH 00/44] remove unnecessary semicolons Joe Perches
2010-11-15 3:04 ` [PATCH 28/44] drivers/spi: Remove " Joe Perches
2010-11-15 3:57 ` Grant Likely [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101115035742.GA19965@angua.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=dbrownell@users.sourceforge.net \
--cc=joe@perches.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mcuos.com@gmail.com \
--cc=spi-devel-general@lists.sourceforge.net \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).