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 4E56AC32771 for ; Fri, 19 Aug 2022 08:13:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347524AbiHSINl (ORCPT ); Fri, 19 Aug 2022 04:13:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347517AbiHSINi (ORCPT ); Fri, 19 Aug 2022 04:13:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C09B025D1 for ; Fri, 19 Aug 2022 01:13:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 57EC3616EF for ; Fri, 19 Aug 2022 08:13:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B148C433C1; Fri, 19 Aug 2022 08:13:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660896813; bh=GIl6W2lxa8WtRY1EPibkIaCU0DHIioGipI0m1u+Nhss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SFjZSaRfP2oTjxLw7WZApQg+Qk2v6LGfRSorRbmq6xt9jh2EDs7mluh+/D4FgPF6/ 4Dt7b0zX7FYuxumxcE3P8YeUx4FoX1P1dqYHttu+Bk24rVC29eOjOHYapVS4xGcG9r mqZsRzKL8gnYTlDIfosmQ/CQU1h58bjlhgqsq6gw= Date: Fri, 19 Aug 2022 10:13:30 +0200 From: Greg KH To: Nam Cao Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, phil@philpotter.co.uk, Larry.Finger@lwfinger.net, paskripkin@gmail.com Subject: Re: [PATCH] staging: r8188eu: remove unused function declarations Message-ID: References: <20220819073725.8263-1-namcaov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220819073725.8263-1-namcaov@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 19, 2022 at 09:37:26AM +0200, Nam Cao wrote: > Remove some function declarations because they are neither used nor > have definitions. > > Signed-off-by: Nam Cao One function removal at a time please, break this up into a patch series to make it obvious what you are doing. thanks, greg k-h