All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Adrian Knoth <adi@drcomp.erfurt.thur.de>,
	alsa-devel@alsa-project.org, kbuild-all@01.org
Subject: [PATCH] hdspm - remove unneeded semicolon
Date: Mon, 15 Jul 2013 21:41:32 +0800	[thread overview]
Message-ID: <20130715134132.GD31056@localhost> (raw)
In-Reply-To: <51e3f149.nCPr8Y8W56mt7yeV%fengguang.wu@intel.com>

sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
---

 cocci-output-13040-790f4c-hdspm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct
 		else if (hdspm->control_register &
 				HDSPM_DoubleSpeed)
 			return rate * 2;
-	};
+	}
 	return rate;
 }
 

       reply	other threads:[~2013-07-15 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <51e3f149.nCPr8Y8W56mt7yeV%fengguang.wu@intel.com>
2013-07-15 13:41 ` Fengguang Wu [this message]
2013-07-15 13:46   ` [PATCH] hdspm - remove unneeded semicolon Takashi Iwai

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=20130715134132.GD31056@localhost \
    --to=fengguang.wu@intel.com \
    --cc=adi@drcomp.erfurt.thur.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=kbuild-all@01.org \
    --cc=tiwai@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.