From: "Juan José Arboleda" <soyjuanarbol@gmail.com>
To: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: miriam.rachel.korenblit@intel.com, kvalo@kernel.org,
"Juan José Arboleda" <soyjuanarbol@gmail.com>
Subject: [PATCH 0/3] Cleanup: Formatting iwlwifi driver
Date: Sun, 18 Aug 2024 01:48:56 -0500 [thread overview]
Message-ID: <cover.1723963126.git.soyjuanarbol@gmail.com> (raw)
Code Style Enhancements:
* Pointer Declarations: Improved spacing consistency.
Macro Improvements:
* Enclosed multi-statement macro in a do-while loop.
Formatting Standardization:
* Replaced spaces with tabs in iwl_mvm_vendor_events_idx.
Juan José Arboleda (3):
iwlwifi: mvm: Improve code style in pointer declarations
iwlwifi: mvm: Enclose multi-statement macro in a do while
iwlwifi: mvm: Replace spaces for tabs in iwl_mvm_vendor_events_idx
drivers/net/wireless/intel/iwlwifi/mvm/power.c | 4 ++--
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 11 +++++++----
drivers/net/wireless/intel/iwlwifi/mvm/vendor-cmd.c | 6 +++---
3 files changed, 12 insertions(+), 9 deletions(-)
--
2.46.0
next reply other threads:[~2024-08-18 6:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-18 6:48 Juan José Arboleda [this message]
2024-08-18 6:48 ` [PATCH 1/3] iwlwifi: mvm: Improve code style in pointer declarations Juan José Arboleda
2024-08-18 6:48 ` [PATCH 2/3] iwlwifi: mvm: Enclose multi-statement macro in a do while Juan José Arboleda
2024-08-18 16:50 ` kernel test robot
2024-08-18 19:13 ` kernel test robot
2024-08-18 6:48 ` [PATCH 3/3] iwlwifi: mvm: Replace spaces for tabs in iwl_mvm_vendor_events_idx Juan José Arboleda
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=cover.1723963126.git.soyjuanarbol@gmail.com \
--to=soyjuanarbol@gmail.com \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=miriam.rachel.korenblit@intel.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.