From patchwork Thu Jan 28 18:02:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1432965 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-ide-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256 header.s=google header.b=b5xBeNFk; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4DRTFm62fgz9sW0 for ; Fri, 29 Jan 2021 05:17:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231444AbhA1SQn (ORCPT ); Thu, 28 Jan 2021 13:16:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229747AbhA1SDo (ORCPT ); Thu, 28 Jan 2021 13:03:44 -0500 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CAEDC0617AB for ; Thu, 28 Jan 2021 10:02:49 -0800 (PST) Received: by mail-wm1-x32d.google.com with SMTP id m1so2021080wml.2 for ; Thu, 28 Jan 2021 10:02:49 -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=gat9ASy8Tcpn7xEHDYjYiqg8W2NDPEgsm5bh/q38djM=; b=b5xBeNFkkABV7SRryiujgGned41DWkKsqVPxa7b6HABsi9v4EUrkgIVNmNINQsl+t8 3K1wC/j55Mcw3dh9HxtKtr9wr1Edho9KPRcRaBMuzsIWNMRHvnG9VC7UQ/EZo5EDaDHZ dzulJbBlu406tRkTlB+XK4O2lltBNCzfT5xxhYqDq45Ha80kBl/gT+k4FrKUFOyjqjE+ vQJaGZqh1H9HuEB9Pt4yzLirEcsoed8yM9OPZmCI4FvezHyZewWmK5V/u8rL+osYuyZU /cZ2ZNh5YbHjjwuCse9zdVYkXE5zJBR7EVP/pvsMG3EsaNyri+Eu3IzsNwbJtgFbDjre KmaA== 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=gat9ASy8Tcpn7xEHDYjYiqg8W2NDPEgsm5bh/q38djM=; b=HiP3hOTEBy82JuGqkITtjwWD4JG3Mv39GCYnANO8k1X+86h5hto3HpXxlId0U43xJc TEgbB6GDeOupY+37z4PRCD6hN/fvj7OL3kpjL15B+NTBbLs4IXH/IFuruo/AzvWe3JnK dH3acvrfJpy4Nu0QYu4ANDx9bswUSBIcpI3f+tNYQjS2go62jYAL1ingARA0OuVU08FG AcjUGuH463wzmo5NZHID62fm8VLHHPMVnZacgAYT5X705K/UQH4veit2isWiViHhNPPy ow+EIKVIwGeTIngpQXFWAYnhtFk7jof8ve7kjpdCXQKBdZzo5fP6VJpr/8noYF/mOFO8 WJJA== X-Gm-Message-State: AOAM531XVkJDVWO4xofep94zSix+EgnBMdRfJ6lp6o1vCcMPm7dbIVDG W8Wm4P/CLkOPqxepjN8lxobraw== X-Google-Smtp-Source: ABdhPJwX8a9ezXdt3Bhrl3TVpigZPvvrLgEpT+OvBZe6ZFqkp3d9fNtfAqGIZNRobORWb2k6E6sy/w== X-Received: by 2002:a1c:a549:: with SMTP id o70mr411325wme.71.1611856968288; Thu, 28 Jan 2021 10:02:48 -0800 (PST) Received: from dell.default ([91.110.221.188]) by smtp.gmail.com with ESMTPSA id u6sm8280794wro.75.2021.01.28.10.02.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jan 2021 10:02:47 -0800 (PST) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Jens Axboe , Tejun Heo , linux-ide@vger.kernel.org Subject: [PATCH 04/20] ata: libata-sata: Fix function names in header comments Date: Thu, 28 Jan 2021 18:02:23 +0000 Message-Id: <20210128180239.548512-5-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210128180239.548512-1-lee.jones@linaro.org> References: <20210128180239.548512-1-lee.jones@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/ata/libata-sata.c:1085: warning: expecting prototype for port_alloc(). Prototype was for ata_sas_port_alloc() instead drivers/ata/libata-sata.c:1140: warning: expecting prototype for ata_port_stop(). Prototype was for ata_sas_port_stop() instead Cc: Jens Axboe Cc: Tejun Heo Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones --- drivers/ata/libata-sata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c index c16423e445255..8adeab76dd382 100644 --- a/drivers/ata/libata-sata.c +++ b/drivers/ata/libata-sata.c @@ -1067,7 +1067,7 @@ int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth) EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth); /** - * port_alloc - Allocate port for a SAS attached SATA device + * ata_sas_port_alloc - Allocate port for a SAS attached SATA device * @host: ATA host container for all SAS ports * @port_info: Information from low-level host driver * @shost: SCSI host that the scsi device is attached to @@ -1127,7 +1127,7 @@ int ata_sas_port_start(struct ata_port *ap) EXPORT_SYMBOL_GPL(ata_sas_port_start); /** - * ata_port_stop - Undo ata_sas_port_start() + * ata_sas_port_stop - Undo ata_sas_port_start() * @ap: Port to shut down * * May be used as the port_stop() entry in ata_port_operations.