From patchwork Thu Nov 18 10:31:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 78611 X-Patchwork-Delegate: hverkuil@xs4all.nl Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1mnehb-000ogs-DW; Thu, 18 Nov 2021 10:31:35 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245211AbhKRKed (ORCPT + 1 other); Thu, 18 Nov 2021 05:34:33 -0500 Received: from gofer.mess.org ([88.97.38.141]:60165 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243723AbhKRKec (ORCPT ); Thu, 18 Nov 2021 05:34:32 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id 615E6C6364; Thu, 18 Nov 2021 10:31:31 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1637231491; bh=7BjCXa9NyuIE6iX3f8qOm89IK0t/EKCD1AXAqLk4SKI=; h=From:To:Cc:Subject:Date:From; b=XmoGl/BES82yA0b4v7vXtZdw0HIwGdfOcJn3PKfJEhrKUljTouwijxcpu/Q/BqsrV mmsMNcpH3wMXiVC8gICzhCou89LL6NO/LXORFhxQSRS7Wogm4kk7Rwsf18EqIJCjiz deYAHPOBpvBXtTpwSKlNXTJOxZYOyj4OOXF7iJGJjqu7aM9PeZ7plmGj2n9494shYO OHd3TCbWAvLHcmMP1AtnSg9H0riOpeKwVKkKcOHxShPirZFPoDBLlBsfvMLD/G1YoI 7h/nbEgUMcQh7SQwpbiQnAIIu3XOXTk7AC4rdGreP2CaODZjycapMEqVZSOEx/Q97Z Ql76wKVQ/2GRQ== From: Sean Young To: linux-media@vger.kernel.org Cc: Hans Verkuil Subject: [PATCH] media: meson-ir-tx: remove incorrect doc comment Date: Thu, 18 Nov 2021 10:31:31 +0000 Message-Id: <20211118103131.1523-1-sean@mess.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.3 (--) X-LSpam-Report: No, score=-2.3 required=5.0 tests=BAYES_00=-1.9,DKIM_SIGNED=0.1,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,T_DKIM_INVALID=0.01 autolearn=ham autolearn_force=no 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 --- drivers/media/rc/meson-ir-tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.