ALSA: hda - Fix typos in snd_hda_get_int_hint() kerneldoc comments
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
99fcb3778b
commit
c10b11f6cd
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key)
|
|||
EXPORT_SYMBOL_GPL(snd_hda_get_bool_hint);
|
||||
|
||||
/**
|
||||
* snd_hda_get_bool_hint - Get a boolean hint value
|
||||
* snd_hda_get_int_hint - Get an integer hint value
|
||||
* @codec: the HDA codec
|
||||
* @key: the hint key string
|
||||
* @valp: pointer to store a value
|
||||
|
|
Loading…
Reference in a new issue