All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Andreas Fenkart <afenkart@gmail.com>
Cc: linux-wireless@vger.kernel.org,
	Amitkumar Karwar <akarwar@marvell.com>,
	Nishant Sarmukadam <nishants@marvell.com>,
	Julian Calaby <julian.calaby@gmail.com>,
	Andreas Fenkart <afenkart@gmail.com>
Subject: Re: [v2,1/7] mwifiex: scan: simplify dereference of bss_desc fields
Date: Fri, 15 Apr 2016 18:35:48 +0000 (UTC)	[thread overview]
Message-ID: <20160415183548.848B160452@smtp.codeaurora.org> (raw)
In-Reply-To: <1457599451-13910-2-git-send-email-afenkart@gmail.com>


> given this structure:
> struct foo {
>   struct bar {
>      int baz;
>   }
> }
> 
> these accesses are equivalent:
> (*(foo->bar)).baz
> foo->bar->baz
> 
> Signed-off-by: Andreas Fenkart <afenkart@gmail.com>

Thanks, 7 patches applied to wireless-drivers-next.git:

0a233c98a8e9 mwifiex: scan: simplify dereference of bss_desc fields
38329568c3f7 mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdr
2ccf7cef0cf9 mwifiex: scan: simplify ternary operators using gnu extension
679b687bc96d mwifiex: scan: factor out dbg_security_flags
948ad6b34943 mwifiex: scan: replace pointer arithmetic with array access
c70ca8cb9a7c mwifiex: factor out mwifiex_cancel_pending_scan_cmd
85abfb1239ec mwifiex: make mwifiex_insert_cmd_to_free_q local static

Kalle Valo

  reply	other threads:[~2016-04-15 18:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10  8:44 [PATCH v2 0/7] mwifiex: cleanups Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 1/7] mwifiex: scan: simplify dereference of bss_desc fields Andreas Fenkart
2016-04-15 18:35   ` Kalle Valo [this message]
2016-03-10  8:44 ` [PATCH v2 2/7] mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdr Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 3/7] mwifiex: scan: simplify ternary operators using gnu extension Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 4/7] mwifiex: scan: factor out dbg_security_flags Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 5/7] mwifiex: scan: replace pointer arithmetic with array access Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 6/7] mwifiex: factor out mwifiex_cancel_pending_scan_cmd Andreas Fenkart
2016-03-10  8:44 ` [PATCH v2 7/7] mwifiex: make mwifiex_insert_cmd_to_free_q local static Andreas Fenkart
2016-03-18  8:48 ` [PATCH v2 0/7] mwifiex: cleanups Amitkumar Karwar

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=20160415183548.848B160452@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=afenkart@gmail.com \
    --cc=akarwar@marvell.com \
    --cc=julian.calaby@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=nishants@marvell.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.