2015-04-22 05:38:41

by Jason Eastman

[permalink] [raw]
Subject: [PATCH] sound: last: Removed trailing whitespace style issue

Fixed a coding style issue

Signed-off-by: Jason Eastman <[email protected]>
---
sound/last.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/last.c b/sound/last.c
index 43f2228..a47bbe0 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -25,7 +25,7 @@
static int __init alsa_sound_last_init(void)
{
int idx, ok = 0;
-
+
printk(KERN_INFO "ALSA device list:\n");
for (idx = 0; idx < SNDRV_CARDS; idx++)
if (snd_cards[idx] != NULL) {
--
1.7.10.4