From patchwork Fri Jul 26 03:19:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Le Moal X-Patchwork-Id: 1965173 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=kD3Smo9D; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:4601:e00::3; helo=am.mirrors.kernel.org; envelope-from=linux-ide+bounces-1969-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [IPv6:2604:1380:4601:e00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WVY0R6S1kz20FL for ; Fri, 26 Jul 2024 13:20:07 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id B26271F21687 for ; Fri, 26 Jul 2024 03:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4ADD7210EC; Fri, 26 Jul 2024 03:20:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kD3Smo9D" X-Original-To: linux-ide@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B9A4FC19 for ; Fri, 26 Jul 2024 03:20:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721964002; cv=none; b=HIhDy2+JjuMlcmpa7Q9PLlQRPeYIAdTpAVNazrCfbiO0duV+f4u1jmPNNlU50hx3z08GEC0ef/nxvOxH++xOfGBcpICOfV4S+iYF8vcXUT4LHxmzKoa3WVDqybl3gJVGX9VBgsEf7ORbzeZJylOSkMGXmatSqzjiCrmGtmmMHgQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721964002; c=relaxed/simple; bh=XYD3ZBbK20+gqDonbEE7YMNYjl/BAwjpBSMgGZGpzVs=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=aAdu6hzmdtf/AMCxMz8ZYwH7jUurxMLd8TfKTqdsxQUlui7RlyHU+pAK0ZmabXAv53ouRSGvsYORDyESBdFC6Wz0BhWK3TW1gNxOkSwq5rboqjUzVCJPtxVs7z80WUJrMpQe8u2PFuzvTP5VgcCteHHmmTFGLO1BNhZIL8QV4b4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kD3Smo9D; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99252C32786; Fri, 26 Jul 2024 03:20:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721964001; bh=XYD3ZBbK20+gqDonbEE7YMNYjl/BAwjpBSMgGZGpzVs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kD3Smo9DuxPjigiZ54s2K2Y7hdvr90q/fCgiWhBRJ1VXlLKUvhNSREYK7hQ1vDvAH TdsKWhFPv5R2cDQF15y5MHUipA9iIVVLgdVZrGqYWMbkMgzy3lcmBugy09MnabZ9xi T/0chJ2Spp/YU2wtTwTeau3lVke5/XvrZ5UPxGxUOtj5/DeelmkBdduvET8coMKTN9 71JPX9tmq37cih3auXQlhhXKAboZ3iFj47ywwEkBYnD8jL47xe1ykJ78DxP8Hg2lbP rt4qUKA9Zj6gErgMTswlPd0B3+MwfNJiT0lxdHh4DFADu0LhxiIj9NvpV6rTRtUEx1 +aBaAa/Qmt7Fg== From: Damien Le Moal To: linux-ide@vger.kernel.org, Niklas Cassel Subject: [PATCH v6 09/11] ata: pata_cs5520: Rephrase file header comment Date: Fri, 26 Jul 2024 12:19:52 +0900 Message-ID: <20240726031954.566882-10-dlemoal@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240726031954.566882-1-dlemoal@kernel.org> References: <20240726031954.566882-1-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Remove the use of the term "blacklist". What the comment using that term refers to does not seem to exist at all anyway as the driver does not have such list but rather only a list of compatible controllers. Signed-off-by: Damien Le Moal Reviewed-by: Niklas Cassel Reviewed-by: Igor Pylypiv --- drivers/ata/pata_cs5520.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 027cf67101ef..3163c8d9cef5 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata/pata_cs5520.c @@ -8,9 +8,9 @@ * PIO mode and smarter silicon. * * The practical upshot of this is that we must always tune the - * drive for the right PIO mode. We must also ignore all the blacklists - * and the drive bus mastering DMA information. Also to confuse matters - * further we can do DMA on PIO only drives. + * drive for the right PIO mode and ignore the drive bus mastering DMA + * information. Also to confuse matters further we can do DMA on PIO only + * drives. * * DMA on the 5510 also requires we disable_hlt() during DMA on early * revisions.