From: Sean Young Date: Thu, 18 Nov 2021 10:31:31 +0000 (+0000) Subject: media: meson-ir-tx: remove incorrect doc comment X-Git-Tag: v5.18-rc1~153^2~86^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=201d661616f55a0be790989cde7170f7d57d0a26;p=thirdparty%2Flinux.git 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 Signed-off-by: Sean Young Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/rc/meson-ir-tx.c b/drivers/media/rc/meson-ir-tx.c index c22cd26a5c07e..63e1dbf0a4e9d 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.