From patchwork Fri May 31 00:00:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10969381 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CBE83933 for ; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE8D4288E8 for ; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B2DAF289B5; Fri, 31 May 2019 00:01:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3C2F728A6B for ; Fri, 31 May 2019 00:01:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726408AbfEaABD (ORCPT ); Thu, 30 May 2019 20:01:03 -0400 Received: from mail-pf1-f193.google.com ([209.85.210.193]:41515 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbfEaABD (ORCPT ); Thu, 30 May 2019 20:01:03 -0400 Received: by mail-pf1-f193.google.com with SMTP id q17so4968316pfq.8 for ; Thu, 30 May 2019 17:01:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=r19IWQwRW84cjiSL7CP+zx4l2sEwisSbCZliomBxBIE=; b=hal526OrlKpthD2Cf+V//0Ur/C1dw8qxf5nsbV44nYnXuSJmCrmf5Sdz/Fam6YKxPi RCgub9H4tV3RCOYDWAsBojP/SVfPUjl2EfGyfLAErDqpgcU8F3CdFxrqRORxV9+gB656 y3BA/87LuzgOdEsAqoi7J4AzbVGbOo5ubTjPf+xoPNVUMg90dwSZpA8uqzCpEOttIEtf vEo/mGAxCUfre3g6zMSerTeJ0HfO3Ha4mbr1RAl1V4QBHAjuS4j0Nk1M8XB1RPIigEJ9 fbbtBQGcYktTxEDxQvVXtpS02ShapGjRZFYc1yP5KiosSvxVSSUKJ7tfdfpGu9OVhXgx /q+A== X-Gm-Message-State: APjAAAUc9txGIk9sjTlx9mQjJDQWnEEsLdcYQCx2b8BIqlLmx8Z99mbh miRcoEHOh3pIWRSX+vZhkU8= X-Google-Smtp-Source: APXvYqx0iVzruuloMbRtmi6b3iiBzOwyQmrOcOdHHs1I6S3Hc6lB49pzUBMiwFgkcRjjDwf1+13IEw== X-Received: by 2002:a63:484f:: with SMTP id x15mr3201600pgk.162.1559260862202; Thu, 30 May 2019 17:01:02 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:202:4308:52a3:24b6:2c60]) by smtp.gmail.com with ESMTPSA id g8sm3539851pjp.17.2019.05.30.17.01.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 May 2019 17:01:01 -0700 (PDT) From: Bart Van Assche To: Jens Axboe Cc: linux-block@vger.kernel.org, Christoph Hellwig , Bart Van Assche Subject: [PATCH 1/8] block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header Date: Thu, 30 May 2019 17:00:46 -0700 Message-Id: <20190531000053.64053-2-bvanassche@acm.org> X-Mailer: git-send-email 2.20.GIT In-Reply-To: <20190531000053.64053-1-bvanassche@acm.org> References: <20190531000053.64053-1-bvanassche@acm.org> MIME-Version: 1.0 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch avoids that the kernel-doc tool warns about this function header when building with W=1. Signed-off-by: Bart Van Assche Reviewed-by: Chaitanya Kulkarni --- block/partitions/ldm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/partitions/ldm.c b/block/partitions/ldm.c index 6db573f33219..fe5d970e2e60 100644 --- a/block/partitions/ldm.c +++ b/block/partitions/ldm.c @@ -19,7 +19,7 @@ #include "check.h" #include "msdos.h" -/** +/* * ldm_debug/info/error/crit - Output an error message * @f: A printf format string containing the message * @...: Variables to substitute into @f