]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: uapi: Fix a C++ style comment in asound.h
authorTakashi Iwai <tiwai@suse.de>
Mon, 18 Oct 2021 11:40:35 +0000 (13:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Oct 2021 12:58:28 +0000 (14:58 +0200)
commitbc016fc118442bc53c4d44e53c6010a607860c7f
treed2dc702d4ab3152a69a3e8953c7eba57073fd971
parent1f4840ad872f3a8fab21bbccd65e1b895f1e19c6
ALSA: uapi: Fix a C++ style comment in asound.h

UAPI header should have no C++ style comment but only in the
traditional C style comment, but there is still one place we used it
mistakenly.  This patch corrects it.

Fixes: 095dd98bb040 ("ALSA: ctl: remove unused macro for timestamping of elem_value")
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20211018114035.18433-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asound.h