From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B791C433B4 for ; Wed, 14 Apr 2021 18:15:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C1B3611F0 for ; Wed, 14 Apr 2021 18:15:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352859AbhDNSPh (ORCPT ); Wed, 14 Apr 2021 14:15:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345168AbhDNSMu (ORCPT ); Wed, 14 Apr 2021 14:12:50 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60D03C061342 for ; Wed, 14 Apr 2021 11:12:28 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id 18so24855981edx.3 for ; Wed, 14 Apr 2021 11:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=W1YjEpXb5pyhEqn1H8gVpEY9zSbJ+dhKUe7WW0XkU7E=; b=B2xmAA292lvyfZHhU6Qn7erzOx6uQ1DvLmuKM+wetkeXidq8sNT8UW3KeK7x8iXZGz +Mpgop5FQsR+Nk2n0JJgaSN/nK/FRbsuBwRnglS/oInp8dv2K2yYR6+pq3Ozmqxegc4c 1HGjy8dIhqtUXK29pJFIBvCT2EbuHFkHHA+mYNfrTHOlE6UttzksDeBsAhfdY7Nzb1+8 F1ALM6VH4IgeJ5sMAjZNkRN9sfJJF5m099uJgHDZLr8qKKA12W5VGsvddyIq+75eZpuD Os9CFBFT1Cb4DET7scTZDwBV/jjapMqo7IjFTcSHoj4ePhmV7VXFi+RhpTBk+smsqqIO qAGw== 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=W1YjEpXb5pyhEqn1H8gVpEY9zSbJ+dhKUe7WW0XkU7E=; b=KhtZ0UQfxU9tWsImBRv/HjLjKIDfohVW6KzohQpjsEjH7ZaCTc0R9IV4Soph4k7fZq odqtDW3Iv4xkIVnsSgYb+OiNlAf8Zdc9SYb3rtYmkULbQGrzJ77OWkI0JGyyQNJ3GbVL lNneHAIpU+athHsiuiX0dCQxQ2lGTZktmfLUW3aLpPrGJ/9zycegFe4bMBRVhF9L73Yx eqQUno5aMefwZC8Uj+ePBL0IZlpkeWeP0RpsceVjW6qoCVLTIM6teURBjGrfROpLoT7G /JX7xy+j4KUZTQwZGUcO/MyDm8vQJROMib8+FBZJ4ZE5i5uXBSV1FUX+h7phCcFcQpG2 p8ZA== X-Gm-Message-State: AOAM533t3S11f9Bli9aeHaI/P8GdfkFqte+W0Kh3a/Qnl0Ks1KPSswrN EOaXWG6ULmtnwcdGuKHAN90bng== X-Google-Smtp-Source: ABdhPJxyPu+e9MSDumWXIW5gx3I2JvjpzFLCDuEt9gQVlBs5LMfGaRQE3PCF6IH+B/uWzFqdOhlgbw== X-Received: by 2002:a05:6402:40d5:: with SMTP id z21mr228692edb.20.1618423947175; Wed, 14 Apr 2021 11:12:27 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id v1sm279493eds.17.2021.04.14.11.12.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Apr 2021 11:12:26 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Ian Abbott , H Hartley Sweeten , Greg Kroah-Hartman , "Alexander A. Klimov" , "Spencer E. Olson" , linux-staging@lists.linux.dev Subject: [PATCH 50/57] staging: comedi: drivers: ni_routes: Demote non-conforming kernel-doc headers Date: Wed, 14 Apr 2021 19:11:22 +0100 Message-Id: <20210414181129.1628598-51-lee.jones@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210414181129.1628598-1-lee.jones@linaro.org> References: <20210414181129.1628598-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/staging/comedi/drivers/ni_routes.c:249: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst drivers/staging/comedi/drivers/ni_routes.c:398: warning: Function parameter or member 'routes' not described in 'ni_route_set_has_source' drivers/staging/comedi/drivers/ni_routes.c:398: warning: Function parameter or member 'source' not described in 'ni_route_set_has_source' drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'src_sel_reg_value' not described in 'ni_find_route_source' drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'dest' not described in 'ni_find_route_source' drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'tables' not described in 'ni_find_route_source' Cc: Ian Abbott Cc: H Hartley Sweeten Cc: Greg Kroah-Hartman Cc: "Alexander A. Klimov" Cc: "Spencer E. Olson" Cc: linux-staging@lists.linux.dev Signed-off-by: Lee Jones --- drivers/staging/comedi/drivers/ni_routes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_routes.c b/drivers/staging/comedi/drivers/ni_routes.c index 1f2aa3b239a0d..f0f8cd424b309 100644 --- a/drivers/staging/comedi/drivers/ni_routes.c +++ b/drivers/staging/comedi/drivers/ni_routes.c @@ -245,7 +245,7 @@ unsigned int ni_get_valid_routes(const struct ni_route_tables *tables, } EXPORT_SYMBOL_GPL(ni_get_valid_routes); -/** +/* * List of NI global signal names that, as destinations, are only routeable * indirectly through the *_arg elements of the comedi_cmd structure. */ @@ -387,7 +387,7 @@ ni_find_route_set(const int destination, } EXPORT_SYMBOL_GPL(ni_find_route_set); -/** +/* * ni_route_set_has_source() - Determines whether the given source is in * included given route_set. * @@ -506,7 +506,7 @@ s8 ni_route_to_register(const int src, const int dest, } EXPORT_SYMBOL_GPL(ni_route_to_register); -/** +/* * ni_find_route_source() - Finds the signal source corresponding to a signal * route (src-->dest) of the specified routing register * value and the specified route destination on the -- 2.27.0