mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Tommaso Merciai <tomm.merciai@gmail.com>
Cc: "Forest Bond" <forest@alittletooquiet.net>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Yujia Qiao" <rapiz@foxmail.com>,
	"Lucas Henneman" <lucas.henneman@linaro.org>,
	"Madhumitha Prabakaran" <madhumithabiw@gmail.com>,
	"Marcos Antonio de Jesus Filho" <mdejesusfilho@gmail.com>,
	"Aldas Taraškevičius" <aldas60@gmail.com>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	"Deepak R Varma" <mh12gx2825@gmail.com>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime.
Date: Sat, 25 Sep 2021 01:32:07 -0700	[thread overview]
Message-ID: <e70345785a0ffd019bdb769d6ac5f45c5549030a.camel@perches.com> (raw)
In-Reply-To: <20210925074531.10446-2-tomm.merciai@gmail.com>

On Sat, 2021-09-25 at 09:45 +0200, Tommaso Merciai wrote:
> Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
[]
> diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
[]
> @@ -1440,9 +1440,9 @@ static void vnt_bss_info_changed(struct ieee80211_hw *hw,
> 
>  	if (changed & BSS_CHANGED_ERP_SLOT) {
>  		if (conf->use_short_slot)
> -			priv->bShortSlotTime = true;
> +			priv->b_short_slot_time = true;
>  		else
> -			priv->bShortSlotTime = false;
> +			priv->b_short_slot_time = false;

A simple assignment works

		priv->b_short_slot_time = conf->use_short_slot;



  parent reply	other threads:[~2021-09-25  8:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25  7:45 [PATCH v3 0/3] staging: vt6655: replace camel case variables Tommaso Merciai
2021-09-25  7:45 ` [PATCH v3 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime Tommaso Merciai
2021-09-25  8:00   ` Greg Kroah-Hartman
2021-09-25  8:41     ` Tommaso Merciai
2021-09-25  8:47       ` Greg Kroah-Hartman
2021-09-25  9:04         ` Tommaso Merciai
2021-09-25  8:32   ` Joe Perches [this message]
2021-09-25  9:13   ` Fabio M. De Francesco
2021-09-25  7:45 ` [PATCH v3 2/3] staging: vt6655: replace camel case ld_bm_threshold instead of ldBmThreshold Tommaso Merciai
2021-09-25  7:45 ` [PATCH v3 3/3] staging: vt6655: replace camel case port_offset instead of PortOffset Tommaso Merciai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e70345785a0ffd019bdb769d6ac5f45c5549030a.camel@perches.com \
    --to=joe@perches.com \
    --cc=aldas60@gmail.com \
    --cc=forest@alittletooquiet.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=gustavoars@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=lucas.henneman@linaro.org \
    --cc=madhumithabiw@gmail.com \
    --cc=mdejesusfilho@gmail.com \
    --cc=mh12gx2825@gmail.com \
    --cc=rapiz@foxmail.com \
    --cc=tomm.merciai@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®