linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: Peter Senna Tschudin <peter.senna@gmail.com>
Cc: Thomas Winischhofer <thomas@winischhofer.net>,
	kernel-janitors@vger.kernel.org, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 7/10] drivers/video/sis/initextlfb.c: removes unnecessary semicolon
Date: Sun, 23 Sep 2012 19:43:14 +0000	[thread overview]
Message-ID: <505F6652.7050207@gmx.de> (raw)
In-Reply-To: <1346947757-10481-8-git-send-email-peter.senna@gmail.com>

On 09/06/2012 04:09 PM, Peter Senna Tschudin wrote:
> From: Peter Senna Tschudin <peter.senna@gmail.com>
> 
> removes unnecessary semicolon
> 
> Found by Coccinelle: http://coccinelle.lip6.fr/
> 
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>

Applied.


Thanks,

Florian Tobias Schandinat

> 
> ---
>  drivers/video/sis/initextlfb.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -u -p a/drivers/video/sis/initextlfb.c b/drivers/video/sis/initextlfb.c
> --- a/drivers/video/sis/initextlfb.c
> +++ b/drivers/video/sis/initextlfb.c
> @@ -65,7 +65,7 @@ sisfb_mode_rate_to_dclock(struct SiS_Pri
>      }
>  #endif
>  
> -    if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) {;
> +    if(!(SiS_SearchModeID(SiS_Pr, &ModeNo, &ModeIdIndex))) {
>         printk(KERN_ERR "Could not find mode %x\n", ModeNo);
>         return 65000;
>      }
> 
> 


  reply	other threads:[~2012-09-23 19:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 16:09 [PATCH 1/10] drivers/net/usb/sierra_net.c: removes unnecessary semicolon Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 10/10] drivers/block/ataflop.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 2/10] drivers/scsi/sym53c8xx_2/sym_fw.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 3/10] drivers/media/radio/si4713-i2c.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 4/10] drivers/media/dvb-frontends/sp8870.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 5/10] drivers/media/dvb-frontends/itd1000.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 6/10] drivers/media/pci/cx88/cx88-blackbird.c: " Peter Senna Tschudin
2012-09-06 16:09 ` [PATCH 7/10] drivers/video/sis/initextlfb.c: " Peter Senna Tschudin
2012-09-23 19:43   ` Florian Tobias Schandinat [this message]
2012-09-06 16:09 ` [PATCH 8/10] net/mac80211/scan.c: " Peter Senna Tschudin
2012-09-07 11:30   ` Johannes Berg
2012-09-06 16:09 ` [PATCH 9/10] drivers/net/wireless/rtlwifi/rtl8192de/phy.c: " Peter Senna Tschudin
2012-09-06 16:49   ` Larry Finger
2012-09-07 18:18 ` [PATCH 1/10] drivers/net/usb/sierra_net.c: " David Miller

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=505F6652.7050207@gmx.de \
    --to=florianschandinat@gmx.de \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter.senna@gmail.com \
    --cc=thomas@winischhofer.net \
    /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).