From patchwork Fri Mar 26 14:34:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12166859 X-Patchwork-Delegate: jikos@jikos.cz 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,URIBL_BLOCKED, 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 B1A5DC433EA for ; Fri, 26 Mar 2021 14:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C61761A27 for ; Fri, 26 Mar 2021 14:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230442AbhCZOfu (ORCPT ); Fri, 26 Mar 2021 10:35:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230271AbhCZOfR (ORCPT ); Fri, 26 Mar 2021 10:35:17 -0400 Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DE72C0613B3 for ; Fri, 26 Mar 2021 07:35:17 -0700 (PDT) Received: by mail-wr1-x42b.google.com with SMTP id x13so5846109wrs.9 for ; Fri, 26 Mar 2021 07:35: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=KfriQXFxUvhVGCpwETjq8GWLI1DKoZwsNAe/TYwrv1c=; b=ghIHk4GlZC5aYoLhvt/vuXGDzZlXns6m03U+T+WQOjnWn3ugz7Ej4YW3+deYR8DsMA n+YGcWCNvi43WQTC9g7YXw06COmnX7WyhwPzxBMmtrIO7D+Jy2ytxAE25eKBk46iealD c7e62MRFOGZDcedmuGN+fVd3P+li++rQWVKh0EPF/v6oSjAdj3dnmfPoQ5O1bKG2p+te pUdTld+oLQRnI+EHKdqncsJgVKrH3aPx+tIDTr/5EkDpAOjY44d1NBUMRclWSyEoGOuw fPR0Jjmj7uiVemy4FRowu4BS4JeBY7qmPLAPBOvV+6QaRGPE+GXuLTJt+Qiw2iU8Z/pl yPvg== 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=KfriQXFxUvhVGCpwETjq8GWLI1DKoZwsNAe/TYwrv1c=; b=QvgPWjhmNCUAnpivbCRJBpMPye3d+a61ds8Sn4/JdW+0Xb7Pt9ntKc9AeQTzXI5w6K 2nFOthWH21G6yBbgm9L/ITDc2BV4ej4PgEEmbplYrUqH9ze3l3jZlRPDwSaaeiFOx7vl IkYhnwbheYZ4TBMtJQu6/rBupww1Goso1dnviVZfb1D4zjaXoBinMzEFiEdZI+xz/ndK 57NYhheMVJkM1h3vdALVCQRZjzI9gkpw8UdLtIZu0+wT3WMMpVxnGW5A8OZUc33GNv+i CcKMCKB2Rz+dtkPiqmuvXDUXias+/8fgIiEf0dMNBytAcm047hsm+2n7yTUf0N3pMbd/ QeRQ== X-Gm-Message-State: AOAM531Ji7La03QgdeKefYfxIEc7zYtGiMgpGtJLuzBBgAkisYa1P9K6 E6kfmALRcic4fXO4oWxl6k00kw== X-Google-Smtp-Source: ABdhPJxeseGkHowzWx525L+U0ZeaNPO56s/H9Fg/4iQEmMjylJLcsFebVgK/pjc7GkHSOBZmAo9uoA== X-Received: by 2002:a05:6000:18cd:: with SMTP id w13mr14717926wrq.20.1616769316045; Fri, 26 Mar 2021 07:35:16 -0700 (PDT) Received: from dell.default ([91.110.221.194]) by smtp.gmail.com with ESMTPSA id j26sm12878225wrh.57.2021.03.26.07.35.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Mar 2021 07:35:15 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Jiri Kosina , Benjamin Tissoires , linux-input@vger.kernel.org Subject: [PATCH 14/25] HID: hid-kye: Fix incorrect function name for kye_tablet_enable() Date: Fri, 26 Mar 2021 14:34:47 +0000 Message-Id: <20210326143458.508959-16-lee.jones@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210326143458.508959-1-lee.jones@linaro.org> References: <20210326143458.508959-1-lee.jones@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/hid/hid-kye.c:666: warning: expecting prototype for Enable fully(). Prototype was for kye_tablet_enable() instead Cc: Jiri Kosina Cc: Benjamin Tissoires Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones --- drivers/hid/hid-kye.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-kye.c b/drivers/hid/hid-kye.c index c8b40c07eca69..f46616390a984 100644 --- a/drivers/hid/hid-kye.c +++ b/drivers/hid/hid-kye.c @@ -655,7 +655,7 @@ static __u8 *kye_report_fixup(struct hid_device *hdev, __u8 *rdesc, } /** - * Enable fully-functional tablet mode by setting a special feature report. + * kye_tablet_enable() - Enable fully-functional tablet mode by setting a special feature report. * * @hdev: HID device *