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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA25FC0032E for ; Sat, 21 Oct 2023 09:54:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230154AbjJUJy7 (ORCPT ); Sat, 21 Oct 2023 05:54:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229680AbjJUJy5 (ORCPT ); Sat, 21 Oct 2023 05:54:57 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E79AFDF for ; Sat, 21 Oct 2023 02:54:52 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 328C9C433C8; Sat, 21 Oct 2023 09:54:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697882092; bh=RA9K1fGVTjS0IKGqX3NOaImRlEySMzvLyeKaUfb88qo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vvgBSlRpT7MpWvWslncuyQpwyyA9b9128lDlRRmAtRdAaosZ6SsTPwWCQ/KeDRjxM dcCicMiQm1GQYAhB+BjhaB56gSK3LjZEBpKdEGBtXROleiIYc+H+3L0Ef2Yh7jNLvZ VB1mzK87iCitGed47hERpxIlsdMOAh2xQu0oSulA= Date: Sat, 21 Oct 2023 11:54:50 +0200 From: Greg Kroah-Hartman To: Nandha Kumar Singaram Cc: Manish Chopra , GR-Linux-NIC-Dev@marvell.com, Coiby Xu , netdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, kumaran.4353@gmail.com Subject: Re: [PATCH v2 0/2] staging: qlge: Replace the occurrences of (1< References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2023 at 12:45:01PM -0700, Nandha Kumar Singaram wrote: > This patchset performs code cleanup in qlge driver as per > linux coding style and may be applied in any sequence. Sorry, but this driver just got dropped entirely in my tree, see this link for the details: https://lore.kernel.org/r/20231020124457.312449-1-benjamin.poirier@gmail.com