diff options
author | Sean Young <sean@mess.org> | 2021-11-18 11:31:31 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-11-29 08:44:29 +0100 |
commit | d40f0b133b44dc8ae2935d935add304496a19044 (patch) | |
tree | 8df3a09b6f08521566dc71332ac06e8d0516944c /drivers/media/rc/meson-ir-tx.c | |
parent | 6de63dd5ef9e611cccb6993ebdf5d45bf937b905 (diff) |
media: meson-ir-tx: remove incorrect doc comment
Do not use kernel-doc "/**" notation when the comment is not in
kernel-doc format. This fixes a sparse warning.
Suggested-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc/meson-ir-tx.c')
-rw-r--r-- | drivers/media/rc/meson-ir-tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/meson-ir-tx.c b/drivers/media/rc/meson-ir-tx.c index c22cd26a5c07..63e1dbf0a4e9 100644 --- a/drivers/media/rc/meson-ir-tx.c +++ b/drivers/media/rc/meson-ir-tx.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * meson-ir-tx.c - Amlogic Meson IR TX driver * * Copyright (c) 2021, SberDevices. All Rights Reserved. |