From: Manuel Ebner <manuelebnerli@mailbox.org>
To: "David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>, Jonathan Corbet <corbet@lwn.net>,
Shuah Khan <skhan@linuxfoundation.org>,
Randy Dunlap <rdunlap@infradead.org>
Cc: Manuel Ebner <manuelebnerli@mailbox.org>,
netdev@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] docs: networking: radiotap: Fix bracket
Date: Wed, 16 Sep 2026 14:34:58 +0200 [thread overview]
Message-ID: <20260916123458.314458-8-manuelebnerli@mailbox.org> (raw)
In-Reply-To: <20260916123458.314458-2-manuelebnerli@mailbox.org>
Remove needless ')' from code.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/Documentation/networking/radiotap-headers.rst b/Documentation/networking/radiotap-headers.rst
index 1a1bd1ec0..aadc7bc6b 100644
--- a/Documentation/networking/radiotap-headers.rst
+++ b/Documentation/networking/radiotap-headers.rst
@@ -133,7 +133,7 @@ its prototypes available in include/net/cfg80211.h. You use it like this::
case IEEE80211_RADIOTAP_ANTENNA:
/* radiotap uses 0 for 1st ant */
- antenna = *iterator.this_arg);
+ antenna = *iterator.this_arg;
break;
case IEEE80211_RADIOTAP_DBM_TX_POWER:
--
2.55.0
next prev parent reply other threads:[~2026-09-16 12:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-16 12:34 [PATCH] Documentation: net: dsa: " Manuel Ebner
2026-09-16 12:34 ` [PATCH] docs: ethtool: " Manuel Ebner
2026-09-16 12:47 ` Andrew Lunn
2026-09-16 12:34 ` Manuel Ebner [this message]
2026-09-16 16:52 ` [PATCH] docs: networking: radiotap: " Randy Dunlap
2026-09-16 12:35 ` [PATCH] scsi: docs: aic: Fix brackets Manuel Ebner
2026-09-16 16:58 ` Randy Dunlap
2026-09-16 17:02 ` [PATCH] Documentation: net: dsa: Fix bracket Randy Dunlap
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=20260916123458.314458-8-manuelebnerli@mailbox.org \
--to=manuelebnerli@mailbox.org \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rdunlap@infradead.org \
--cc=skhan@linuxfoundation.org \
/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®