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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B2E8CCD1284 for ; Tue, 2 Apr 2024 03:29:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=of3jFE+X3Q11QMvsWG9EIDC5A1eXfhcHse0q27QLFYA=; b=WwsVSBArw4NUL/ 9EwnIc//GN8sK8PhQgAqYVPN4mZ5LI0/9PuveB04r+UKB2b8xtDVyROktJSXJFv6WoLq5q2sVrK0u LSTznQWIP3WTE6geBCakgTyhogspjSmY/axTNlzSx7lJCjzhPsNVV8Iuf3XasxN3Nx/gHv4HOYOY4 NtruejsjWGVjf1ebdzH96EH/cBql68sqU7DT+gbx8KCGFN8CXd+OOcoWTKkHrx9XHf/Q5fausuSuE kDaGv8uaRHgy8LLWzYlCekbX1RCk4icu8c19kZrnw9sm++awJsXIbQu1FjtjOc3PJWk+qATAfWP2U QlghspSrjfLerV4DGEzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrUpw-00000009ZkE-04Qn; Tue, 02 Apr 2024 03:29:24 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrUps-00000009ZiA-2JGa for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2024 03:29:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B082BCE0B71; Tue, 2 Apr 2024 03:29:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E307C433F1; Tue, 2 Apr 2024 03:29:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712028554; bh=y6RYKuOQsgSxbPHP3Ik43Hn/qaEJ4mSoNkkT+W333oE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YLmgLhraq5I3uEJEtbnWPBq3NDfVPbIDoyovNUtPb8KG23IzTJmGk8CC40XmPpzN8 LXD8yRQ+9oSBXpXsIvg+4Irq0zq0cS/FUYahKzrs763gTbLSt201gJZQLcjf3x7s0j 16N9flHliBV6pqeY6SDWY3BGuiFO1rVX0CA2ozXbYyc5X1JvENl65qQbzdu9ZksuLl 2MnLUi3oNHxlgZuELOB8TiNuDbd1anL5i791iQ2E1TtwcwXRLHJZn6xuxTaq8Js/wO 5XJQrFrO1mUCOeaR5EU39K2AYA/a9ZO7DfguQzIgCYPV9c6oX/nt2r5MgOWw7k3DLj gGJ1ApEEoBQrw== Message-ID: Date: Tue, 2 Apr 2024 12:29:11 +0900 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] ata: ahci_st: Remove an unused field in struct st_ahci_drv_data To: Christophe JAILLET , Patrice Chotard , Niklas Cassel Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-ide@vger.kernel.org References: Content-Language: en-US From: Damien Le Moal Organization: Western Digital Research In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240401_202921_303140_68DEE018 X-CRM114-Status: UNSURE ( 6.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 4/1/24 21:44, Christophe JAILLET wrote: > In "struct st_ahci_drv_data", the 'ahci' field is unused. > Remove it. > > Found with cppcheck, unusedStructMember. > > Signed-off-by: Christophe JAILLET Applied to for-6.9-fixes. Thanks ! -- Damien Le Moal Western Digital Research _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel