From: Jeffrin Jose <ahiliation@yahoo.co.in>
To: tiwai@suse.de
Cc: linux-kernel@vger.kernel.org, ahiliation@yahoo.co.in
Subject: [PATCH 01/02] fixed coding style issue with comments
Date: Sun, 29 Apr 2012 18:50:14 +0530 [thread overview]
Message-ID: <20120429132014.GA3435@debian.Jeff> (raw)
Hello .
Fixed coding style issue relating to comments
in sound/usb/clock.c
>From 3bc5e14b4cf0dceb45314880233fe5a843ae048d Mon Sep 17 00:00:00 2001
From: Jeffrin Jose <ahiliation@yahoo.co.in>
Date: Sun, 29 Apr 2012 18:05:21 +0530
Subject: [PATCH 09/10] sound:Fixed a coding style issue of comments.
Fixed a coding style issue by replacing C99
style with C89 in the file sound/usb/clock.c
Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
---
sound/usb/clock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/usb/clock.c b/sound/usb/clock.c
index 379baad..a3319af 100644
--- a/sound/usb/clock.c
+++ b/sound/usb/clock.c
@@ -240,7 +240,7 @@ static int set_sample_rate_v1(struct snd_usb_audio *chip, int iface,
crate = data[0] | (data[1] << 8) | (data[2] << 16);
if (crate != rate) {
snd_printd(KERN_WARNING "current rate %d is different from the runtime rate %d\n", crate, rate);
- // runtime->rate = crate;
+ /* runtime->rate = crate; */
}
return 0;
--
1.7.9
--
software engineer
Bohr Lab
department of computer science
Rajagiri school of engineering and technology.
next reply other threads:[~2012-04-29 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-29 13:20 Jeffrin Jose [this message]
2012-04-29 14:59 ` [PATCH 01/02] fixed coding style issue with comments Andi Shyti
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=20120429132014.GA3435@debian.Jeff \
--to=ahiliation@yahoo.co.in \
--cc=linux-kernel@vger.kernel.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.