Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1634034
| From | Tuomo Rinne <tuomo.rinne@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] staging: rtl8192u: Refactor u4bAcParam construction |
| Date | 2017-05-02 00:50 +0200 |
| Message-ID | <tCsiJ-6wM-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is a resubmission of patch series. This submission fixes the warnings reported by kbuild robot by passing in u4bAcParam to cpu_to_le32s using pointer rather than value. This submission also fixes erroneous line deletion reported by reviewer. I've also amended the commit message of the last patch of the series for better explanation. Tuomo Rinne (3): staging: rtl8192u: Remove unnecessary scope staging: rtl8192u: Improve code readability staging: rtl8192u: Convert u4bAcParam to little-endian drivers/staging/rtl8192u/r8192U_dm.c | 77 ++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 34 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] staging: rtl8192u: Refactor u4bAcParam construction Tuomo Rinne <tuomo.rinne@gmail.com> - 2017-05-02 00:50 +0200 [PATCH 2/3] staging: rtl8192u: Improve code readability Tuomo Rinne <tuomo.rinne@gmail.com> - 2017-05-02 00:50 +0200 [PATCH 1/3] staging: rtl8192u: Remove unnecessary scope Tuomo Rinne <tuomo.rinne@gmail.com> - 2017-05-02 00:50 +0200
csiph-web