All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Bai <jacob.bai.au@gmail.com>
To: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Cc: Jacob Bai <jacob.bai.au@gmail.com>
Subject: [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches
Date: Sat,  5 Nov 2022 21:00:27 +1100	[thread overview]
Message-ID: <cover.1667641211.git.jacob.bai.au@gmail.com> (raw)

Rename few variables and source files to make it align with other
rtlwifi drivers.
The patches are required to be applied in sequence

Jacob Bai (3):
  staging: rtl8192e: rename tables in r8192e_hwimg.c
  staging: rtl8192e: rename r8192E_hwimg.c/h to table.c/h
  staging: rtl8192e: remove unnecesscary macro define

 drivers/staging/rtl8192e/rtl8192e/Makefile    |  2 +-
 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 33 ------------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 54 +++++++++----------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -------
 .../rtl8192e/{r8192E_hwimg.c => table.c}      | 20 +++----
 drivers/staging/rtl8192e/rtl8192e/table.h     | 33 ++++++++++++
 6 files changed, 71 insertions(+), 91 deletions(-)
 delete mode 100644 drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h
 rename drivers/staging/rtl8192e/rtl8192e/{r8192E_hwimg.c => table.c} (95%)
 create mode 100644 drivers/staging/rtl8192e/rtl8192e/table.h

-- 
2.34.1


             reply	other threads:[~2022-11-05 10:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 10:00 Jacob Bai [this message]
2022-11-05 10:00 ` [PATCH 1/3] staging: rtl8192e: rename tables in r8192e_hwimg.c Jacob Bai
2022-11-05 10:00 ` [PATCH 2/3] staging: rtl8192e: rename r8192E_hwimg.c/h to table.c/h Jacob Bai
2022-11-05 11:49   ` kernel test robot
2022-11-05 10:00 ` [PATCH 3/3] staging: rtl8192e: remove unnecesscary macro define Jacob Bai
  -- strict thread matches above, loose matches on Subject: below --
2022-11-06  3:13 [PATCH 0/3] staging: rtl8192e: trivial code cleanup patches Jacob Bai
2022-11-06  8:21 ` Philipp Hortmann

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.1667641211.git.jacob.bai.au@gmail.com \
    --to=jacob.bai.au@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /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.