Commit 5ff6a1fd authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

staging/trivial: fix typos concerning "access"

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d0e00868
...@@ -735,7 +735,7 @@ struct wlc_info { ...@@ -735,7 +735,7 @@ struct wlc_info {
u32 apsd_trigger_timeout; /* timeout value for apsd_trigger_timer (in ms) u32 apsd_trigger_timeout; /* timeout value for apsd_trigger_timer (in ms)
* 0 == disable * 0 == disable
*/ */
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null ac_bitmap_t apsd_trigger_ac; /* Permissible Access Category in which APSD Null
* Trigger frames can be send * Trigger frames can be send
*/ */
u8 htphy_membership; /* HT PHY membership */ u8 htphy_membership; /* HT PHY membership */
......
...@@ -271,7 +271,7 @@ typedef struct si_info { ...@@ -271,7 +271,7 @@ typedef struct si_info {
/* /*
* Macros to disable/restore function core(D11, ENET, ILINE20, etc) interrupts * Macros to disable/restore function core(D11, ENET, ILINE20, etc) interrupts
* before after core switching to avoid invalid register accesss inside ISR. * before after core switching to avoid invalid register access inside ISR.
*/ */
#define INTR_OFF(si, intr_val) \ #define INTR_OFF(si, intr_val) \
if ((si)->intrsoff_fn && (si)->coreid[(si)->curidx] == (si)->dev_coreid) { \ if ((si)->intrsoff_fn && (si)->coreid[(si)->curidx] == (si)->dev_coreid) { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment