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 5D864C636CC for ; Mon, 13 Feb 2023 17:24:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229869AbjBMRYV (ORCPT ); Mon, 13 Feb 2023 12:24:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbjBMRYU (ORCPT ); Mon, 13 Feb 2023 12:24:20 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69837E048; Mon, 13 Feb 2023 09:24:19 -0800 (PST) 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 041C7611DE; Mon, 13 Feb 2023 17:24:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72A3BC433D2; Mon, 13 Feb 2023 17:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676309058; bh=QBTjZ1GXTW8BThNCOkaRE7H2SIlQ/kEbAqp3JYbdLP0=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=Xv3KYgxBT0fPT/STveV+ySFw3qlAHQpEau2WDXALuisowuL+iKvLfdHrO6FH4H9b8 DbDiM9I1dcQcDhkHHooFEzUYXleJNE7neVPBqBZo7MdUgO5wkfeHvH75etURAVn7mk Opl017av6w9aLw8RNxZHeC24y9zQ1Rk8qxDMhON8Gp1/UK+XokemdLEfixR7JdjNU+ aVoCRUBfbmkNYewgaKHTbckjbKCqHRtShygc8LWFqPWoS1sWoaHY1hbnw/SvmiXdq8 8P4AFetneMY3AV9ut/If92FKOQW6H5LWE/SK+7nHOknZUE377GfSJBXXQQ8cA3fg+J PNpXmn/0l6/AQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v2] wifi: rsi: Avoid defines prefixed with CONFIG From: Kalle Valo In-Reply-To: <20230118185353.2422-1-peter@n8pjl.ca> References: <20230118185353.2422-1-peter@n8pjl.ca> To: Peter Lafreniere Cc: linux-wireless@vger.kernel.org, Peter Lafreniere , kernel-janitors@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167630905571.12830.2660289695202957081.kvalo@kernel.org> Date: Mon, 13 Feb 2023 17:24:17 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Peter Lafreniere wrote: > Macros prefixed with CONFIG_ are intended to be defined only by > Kconfig scripts. Here we remove the prefix from the > CONFIG_AUTO_READ_MODE define to avoid confusion when reading the code. > > This causes no change to functionality. > > Signed-off-by: Peter Lafreniere Patch applied to wireless-next.git, thanks. c6e3dc99fd32 wifi: rsi: Avoid defines prefixed with CONFIG -- https://patchwork.kernel.org/project/linux-wireless/patch/20230118185353.2422-1-peter@n8pjl.ca/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches