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: 12626521 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70585C433EF for ; Thu, 18 Nov 2021 10:31:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5209C61B39 for ; Thu, 18 Nov 2021 10:31:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245211AbhKRKed (ORCPT ); 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 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.