From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:32844 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728375AbeHaTxr (ORCPT ); Fri, 31 Aug 2018 15:53:47 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Re: [PATCH] orinoco: remove unused array encaps_hdr and macro ENCAPS_OVERHEAD From: Kalle Valo In-Reply-To: <20180816125944.7804-1-colin.king@canonical.com> References: <20180816125944.7804-1-colin.king@canonical.com> To: Colin King Cc: "David S . Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <20180831154542.78A9260242@smtp.codeaurora.org> (sfid-20180831_174610_644000_E25D9AF9) Date: Fri, 31 Aug 2018 15:45:42 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org List-ID: Colin King wrote: > From: Colin Ian King > > Array encaps_hdr and macro ENCAPS_OVERHEAD are declared but are > not being used, hence they are redundant and can be removed. > > Cleans up clang warning: > warning: 'encaps_hdr' defined but not used [-Wunused-const-variable=] > > Signed-off-by: Colin Ian King Patch applied to wireless-drivers-next.git, thanks. 5945310a1755 orinoco: remove unused array encaps_hdr and macro ENCAPS_OVERHEAD -- https://patchwork.kernel.org/patch/10567409/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches