[PATCH 09/10] sound:Fixed a coding style issue of comments.

From: Jeffrin Jose
Date: Sun Apr 29 2012 - 08:35:21 EST


Fixed a coding style issue by replacing C99
style with C89 in the file sound/usb/clock.c

Signed-off-by: Jeffrin Jose <ahiliation@xxxxxxxxxxx>
---
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/