diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-05-17 16:15:35 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-05-17 17:03:34 +0300 |
commit | bae3ce4942980d5f7b2b9855f4a2db0c00f9dfbd (patch) | |
tree | 03295a4ddd9f187b5538c2256c5d2c3fd4ec8e0f /sound/usb/usx2y/usX2Yhwdep.h | |
parent | 08fdced60ca08e34e316a3ab945636fcdfcbc973 (diff) | |
download | linux-bae3ce4942980d5f7b2b9855f4a2db0c00f9dfbd.tar.xz |
ALSA: usx2y: Avoid camelCase
For improving readability, convert camelCase fields, variables and
functions to the plain names with underscore. Also align the macros
to be capital letters.
All done via sed, no functional changes.
Note that you'll still see many coding style issues even after this
patch; the fixes will follow.
Link: https://lore.kernel.org/r/20210517131545.27252-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y/usX2Yhwdep.h')
-rw-r--r-- | sound/usb/usx2y/usX2Yhwdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/usX2Yhwdep.h b/sound/usb/usx2y/usX2Yhwdep.h index 457199b5ed03..34cef625712c 100644 --- a/sound/usb/usx2y/usX2Yhwdep.h +++ b/sound/usb/usx2y/usX2Yhwdep.h @@ -2,6 +2,6 @@ #ifndef USX2YHWDEP_H #define USX2YHWDEP_H -int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device); +int usx2y_hwdep_new(struct snd_card *card, struct usb_device* device); #endif |