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=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 1A116C55ABD for ; Thu, 12 Nov 2020 11:02:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A533B2053B for ; Thu, 12 Nov 2020 11:02:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Lc1AYuZ+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728064AbgKLLCh (ORCPT ); Thu, 12 Nov 2020 06:02:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728028AbgKLLCO (ORCPT ); Thu, 12 Nov 2020 06:02:14 -0500 Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42BDFC0613D4 for ; Thu, 12 Nov 2020 03:02:13 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id 33so5526074wrl.7 for ; Thu, 12 Nov 2020 03:02:13 -0800 (PST) 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=knWXj4Bg/0Bo5izs2YIZY2Umz4PY59EXUTTl8Cf1P4k=; b=Lc1AYuZ+Lt5588xyeZsCG++rT/I7ubH93uSjAHwJnPjdMQnzpRLxajJM9Xr2AaGqzA C37QdDmT4ivjUZfUqD8/MjbALgf6jVX+pBW1g3WaSoQRRi0ppqakLKAyo7aquZEWTL7j qncBK+yduN/EnLr9iWXnxKX9vy/3ywYlnp507pI3/QQwjyYaoJVKSkTJtvgYhsyG/G0W 0PAUMPfyeMhGXla5NHn9GHMAKKi4XhKOIWIU03Dgag94jCSeVXciOKDpdz4EXkT7LEZ2 QvXH09NxbKb+QnX6u1GBLFGs+8u9Iz11523salzrvZvIgay9khf16XSQCe6KjKSxRoab 1P9w== 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=knWXj4Bg/0Bo5izs2YIZY2Umz4PY59EXUTTl8Cf1P4k=; b=O3ZJmivBFJv4m+DAdDKR/vpnccCZN6zmqFGAbO47pA6CcyuyEsAJRVLL/CZ6ij+upi AnDH1BxEVtPPgfYiq9K7y+adDzpSoKH4We/CV8NOnsyGDYeJSaysAqbv9bM8Zkx0E+yt 5YAdzvP5g+GkdHtW3zZbyZoyPE8JkFvO1/Z0qtBj8gsEyKhxgtPnjJY1Yo1mbEvN5TBZ W5LtsER8BXTN6mQV0jzH6o44MnxEww+1Ty00Z1zNhvVAii3wDkPyDE1VDfccO4LI8pRi haKB5BjZ8YmOgebc2c8hQxOYx+0jDcOWnE/djQh6pUvlbGZcwe7TE8oKnzE2YMhD04kB TG5A== X-Gm-Message-State: AOAM5325g1T9JnC9iIvBXxh45PkggjhGDsN5VD62JV0OnJObj9IcLasV z8bEVD4fWmNKjDeXpeXh3RSc2Q== X-Google-Smtp-Source: ABdhPJyqyjes+BCgN06bC6HN+6GqsK+QWE28xLMVhslNDqpJesu8OVJHftKabKrCdKMpivjUocb94A== X-Received: by 2002:a5d:5405:: with SMTP id g5mr3726618wrv.350.1605178932058; Thu, 12 Nov 2020 03:02:12 -0800 (PST) Received: from dell.default ([91.110.221.159]) by smtp.gmail.com with ESMTPSA id x81sm6515329wmg.5.2020.11.12.03.02.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Nov 2020 03:02:11 -0800 (PST) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Dmitry Torokhov , De Schrijver , Felipe Balbi , linux-input@vger.kernel.org Subject: [PATCH 03/15] input: misc: mc13783-pwrbutton: File headers are not good candidates for kernel-doc Date: Thu, 12 Nov 2020 11:01:52 +0000 Message-Id: <20201112110204.2083435-4-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201112110204.2083435-1-lee.jones@linaro.org> References: <20201112110204.2083435-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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/input/misc/mc13783-pwrbutton.c:32: warning: cannot understand function prototype: 'struct mc13783_pwrb ' Cc: Dmitry Torokhov Cc: De Schrijver Cc: Felipe Balbi Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones --- drivers/input/misc/mc13783-pwrbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/misc/mc13783-pwrbutton.c b/drivers/input/misc/mc13783-pwrbutton.c index afdf8ef25ee86..0636eee4bb6ce 100644 --- a/drivers/input/misc/mc13783-pwrbutton.c +++ b/drivers/input/misc/mc13783-pwrbutton.c @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2011 Philippe Rétornaz * * Based on twl4030-pwrbutton driver by: -- 2.25.1