aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/podhd.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-28 14:43:11 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-28 20:54:43 +0100
commitcddbd4f17078530b4914a42f6d7f3e543b5fad0e (patch)
treed7640e97a76003d1bc8b4dc0f80e5024efb0bb62 /sound/usb/line6/podhd.c
parentALSA: line6: Fix volume calculation for big-endian (diff)
downloadlinux-dev-cddbd4f17078530b4914a42f6d7f3e543b5fad0e.tar.xz
linux-dev-cddbd4f17078530b4914a42f6d7f3e543b5fad0e.zip
ALSA: line6: Tidy up and typo fixes in comments
Just reformatting the comments and typos fixed, no functional changes. Particularly, - avoid the kerneldoc marker "/**", - reduce multiple comment lines into single lines, - corrected wrongly referred function names Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/podhd.c')
-rw-r--r--sound/usb/line6/podhd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c
index 43c39886597e..c4e83ab33a21 100644
--- a/sound/usb/line6/podhd.c
+++ b/sound/usb/line6/podhd.c
@@ -27,9 +27,7 @@ enum {
};
struct usb_line6_podhd {
- /**
- Generic Line 6 USB data.
- */
+ /* Generic Line 6 USB data */
struct usb_line6 line6;
};