Message ID | 20200715093209.3165641-4-lee.jones@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 680b512726545e07c8d42b8023c430bf80e6c22c |
Headers | show
Return-Path: <SRS0=G55A=A2=vger.kernel.org=linux-usb-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CA257138C for <patchwork-linux-usb@patchwork.kernel.org>; Wed, 15 Jul 2020 09:32:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD62D20720 for <patchwork-linux-usb@patchwork.kernel.org>; Wed, 15 Jul 2020 09:32:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ot1YDljs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730787AbgGOJcT (ORCPT <rfc822;patchwork-linux-usb@patchwork.kernel.org>); Wed, 15 Jul 2020 05:32:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730776AbgGOJcS (ORCPT <rfc822;linux-usb@vger.kernel.org>); Wed, 15 Jul 2020 05:32:18 -0400 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFA1AC061755 for <linux-usb@vger.kernel.org>; Wed, 15 Jul 2020 02:32:17 -0700 (PDT) Received: by mail-wm1-x341.google.com with SMTP id o8so4661032wmh.4 for <linux-usb@vger.kernel.org>; Wed, 15 Jul 2020 02:32:17 -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=9PiTITbm2Lxqlt8bG5B7tvFplfBvl1yIo6Kmzl56a8E=; b=ot1YDljse6ITmipQNFdp/KcP8xZbzbxOBK4qefcNjgnfHxNw60L2lro5mVv0rW9trB xr2Npa1kR2uT7uymOuPRZNgM2ZhGFlMSbV0mo3Kgzya3FmBYENGlsCqMUYUQgp1d9tvr /P8dABajdryamvwlrBC+ByuqqP+zC6hXna+N5dwZL1CFNdhB3gD4golA6UMyTdyuNmv0 0ZlgVVU6O5mQfZbJm3f0Ky3AsQphpOiLi455stO9nHMXi4mJSLcGSN6Rf0yi1F/4c8pH DQnX4W7hWsD9tMc5lpqioldm4TvV3YYEVULshS4NijjO70jTD/tcHlIWD+pWrJ0VZ0AY LL2g== 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=9PiTITbm2Lxqlt8bG5B7tvFplfBvl1yIo6Kmzl56a8E=; b=WchQSEoCReGoq8TIor2hva+HJ3wZioAnFkplebLa68USe2fdLsdtYLdWygO2D6l/iE 7Wmc1dnzcoSv1NE7uBBlQiAk1yV+QN342zPGwZ+YfuZa2EbELYIFoALQ2ipHmS1d9mk+ 3YZ40rSzETsAX2TCeOzmq9jXYN8rBj7Pkspm1xkOUUZInafMNQRm8xEzFSRNthdeZn7s tx3pqPE9jDP8POunKW8wEprhldZbSg/1MPnOAQuh4xjtMgbS44BbbkPBF2hOh3efAJCS 0ZIzcbL6xJYN2nd9nJIOb4/G6tRoc7hYG/OBvZYpAZeqDuoTm+1dJfA+k52R22lrBrB8 WDIQ== X-Gm-Message-State: AOAM532D5p1aaLxZVszwCjCR8uk+bZLr1wSXkmfmIhU/RWDLZAcvImCj +nqCzVa8OkHqpyp0Y3G5wJqcWA== X-Google-Smtp-Source: ABdhPJzLcC4/hBG4W1UXFYDrQ8+TkBT6n/tQXy5dSXrQ+pSmxaZ5D+Fy9bfnLvg14NXYp0de96+xHg== X-Received: by 2002:a1c:44e:: with SMTP id 75mr7879408wme.139.1594805536549; Wed, 15 Jul 2020 02:32:16 -0700 (PDT) Received: from localhost.localdomain ([2.31.163.61]) by smtp.gmail.com with ESMTPSA id s203sm2686991wms.32.2020.07.15.02.32.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 02:32:15 -0700 (PDT) From: Lee Jones <lee.jones@linaro.org> To: gregkh@linuxfoundation.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Lee Jones <lee.jones@linaro.org>, Chunfeng Yun <chunfeng.yun@mediatek.com>, linux-mediatek@lists.infradead.org Subject: [PATCH v2 3/8] usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldoc Date: Wed, 15 Jul 2020 10:32:04 +0100 Message-Id: <20200715093209.3165641-4-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200715093209.3165641-1-lee.jones@linaro.org> References: <20200715093209.3165641-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org |
Series |
Mop-up left-behind fixes for W=1 warnings in USB
|
expand
|
diff --git a/drivers/usb/mtu3/mtu3_trace.c b/drivers/usb/mtu3/mtu3_trace.c index 4f5e7857ec312..155eae126e5e2 100644 --- a/drivers/usb/mtu3/mtu3_trace.c +++ b/drivers/usb/mtu3/mtu3_trace.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * mtu3_trace.c - trace support * * Copyright (C) 2019 MediaTek Inc.
Kerneldoc headers should only be used to document functions and data structures. Cc: Chunfeng Yun <chunfeng.yun@mediatek.com> Cc: linux-mediatek@lists.infradead.org Signed-off-by: Lee Jones <lee.jones@linaro.org> --- Changelog v2: Removed unrelated reference to build warning drivers/usb/mtu3/mtu3_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)