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,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 0E2E8C47092 for ; Wed, 2 Jun 2021 10:18:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E875E613BA for ; Wed, 2 Jun 2021 10:17:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232568AbhFBKTf (ORCPT ); Wed, 2 Jun 2021 06:19:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232514AbhFBKT3 (ORCPT ); Wed, 2 Jun 2021 06:19:29 -0400 Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13473C06138B for ; Wed, 2 Jun 2021 03:17:41 -0700 (PDT) Received: by mail-wm1-x333.google.com with SMTP id o127so908302wmo.4 for ; Wed, 02 Jun 2021 03:17:40 -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=IaN8N4SwEQrPn+u2HQ3FO/LZbSLlVWFBVcnYwdv3wCs=; b=bSW6ZL+7zZa+QM2ud7nV1QPCqrO5jzc/kHE/vu13Io5qxhLSNzel/Xcaokg8btp8uh FL56n8T+a95Muw3fPonKg9Efx7uJ96x5sUt3BCFgs8FOYSA2igouWXZl28yPG214GWcH QoxHQcvisOjfyHtuaPt+ZZqFQbCpCq/RljymK1gfuxYqfESCyoY0KPfU98koEITUjn8S +Tk1wW+FQ78x5kLAfk+BHpIJgdRmcWDEr6Wvw2lDvQhah0xCbvKV5odlai/ZfGf64MVL DIIoBiqYFOEmABHJVEoDh1WG/lF+JavEJA7hgJlnwiEmx2EVHMgX0O/b2VBroxD92rGn OL+A== 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=IaN8N4SwEQrPn+u2HQ3FO/LZbSLlVWFBVcnYwdv3wCs=; b=Nq+e5i9BCiFjSN1qUVw7KN9mAoI/FjRvH/kcU3O2QjNWxsxli9Ln4df5SynbCm36+t 9ITwamyGmEUEj4IEsq+w8gnrs9f0bCIQD9oMBfo98iO7dnd91Cf2jXhGJYnxAcuDMg1Y cPfPetELmIqn1UecJKbrSqlno27EJLBTlLsx5u8p7m5QQMwXWh5sqxm7hGG0/myaqlQH IFIbdacAmJY5XyvLBSR5ZMjK2DlU2g8SV4RehLdb0vz3UhiffvNKGUHcfGSYZ3QMi/4r Jv+P6obSIC0d/9FoZlltxF5QvRRPHiCPLjdhX5Jnv0jTWJ2iv05q/1Tvws/31K2TxV2U fcZA== X-Gm-Message-State: AOAM532VoIVIBrTGAPyyN42eKEsG/WE/kyHrqrgZ/tQNtLLL0+S8XGxs l7G7hqHnI3riXCAp2DXROpLJNlIA4A1uVw== X-Google-Smtp-Source: ABdhPJxzD2xGXtYBHZW16DWMzaAyYT814nTJ/1+jt7r3sr74FSs387lxf3C8y47yqKxFz6W+MG9v5g== X-Received: by 2002:a05:600c:255:: with SMTP id 21mr2635741wmj.46.1622629059678; Wed, 02 Jun 2021 03:17:39 -0700 (PDT) Received: from dell.default ([91.110.221.214]) by smtp.gmail.com with ESMTPSA id q11sm1593265wmq.1.2021.06.02.03.17.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 03:17:39 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, "David S. Miller" , Andre Hedrick , Mark Lord , linux-ide@vger.kernel.org Subject: [PATCH 06/21] ide: cs5530: Fix incorrect documentation for function init_chipset_cs5530() Date: Wed, 2 Jun 2021 11:17:07 +0100 Message-Id: <20210602101722.2276638-7-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210602101722.2276638-1-lee.jones@linaro.org> References: <20210602101722.2276638-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/ide/cs5530.c:139: warning: expecting prototype for init_chipset_5530(). Prototype was for init_chipset_cs5530() instead Cc: "David S. Miller" Cc: Andre Hedrick Cc: Mark Lord Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ide/cs5530.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/cs5530.c b/drivers/ide/cs5530.c index 5bb46e7130c8a..366be8c978a6e 100644 --- a/drivers/ide/cs5530.c +++ b/drivers/ide/cs5530.c @@ -129,7 +129,7 @@ static void cs5530_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) } /** - * init_chipset_5530 - set up 5530 bridge + * init_chipset_cs5530 - set up 5530 bridge * @dev: PCI device * * Initialize the cs5530 bridge for reliable IDE DMA operation. -- 2.31.1