* [PATCH]/wilc1000:wilc_wfi_cfgoperations: INTIAL fixed to INITIAL
@ 2016-10-08 11:28 Keila Novo
2016-10-21 21:09 ` [Outreachy kernel] " Julia Lawall
0 siblings, 1 reply; 2+ messages in thread
From: Keila Novo @ 2016-10-08 11:28 UTC (permalink / raw)
To: Aditya Shankar, Ganesh Krishna, Greg Kroah-Hartman,
outreachy-kernel
Checkpatch error fixed INTIAL to INITIAL
Signed-off-by: Keila Novo <laurana5@gmail.com>
---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index c1a24f7..9d4239f 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -29,8 +29,8 @@
#define P2P_INV_REQ 0x03
#define P2P_INV_RSP 0x04
#define PUBLIC_ACT_VENDORSPEC 0x09
-#define GAS_INTIAL_REQ 0x0a
-#define GAS_INTIAL_RSP 0x0b
+#define GAS_INITIAL_REQ 0x0a
+#define GAS_INITIAL_RSP 0x0b
#define INVALID_CHANNEL 0
@@ -1470,10 +1470,10 @@ void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
}
if (buff[ACTION_CAT_ID] == PUB_ACTION_ATTR_ID) {
switch (buff[ACTION_SUBTYPE_ID]) {
- case GAS_INTIAL_REQ:
+ case GAS_INITIAL_REQ:
break;
- case GAS_INTIAL_RSP:
+ case GAS_INITIAL_RSP:
break;
case PUBLIC_ACT_VENDORSPEC:
@@ -1659,10 +1659,10 @@ static int mgmt_tx(struct wiphy *wiphy,
curr_channel = chan->hw_value;
}
switch (buf[ACTION_SUBTYPE_ID]) {
- case GAS_INTIAL_REQ:
+ case GAS_INITIAL_REQ:
break;
- case GAS_INTIAL_RSP:
+ case GAS_INITIAL_RSP:
break;
case PUBLIC_ACT_VENDORSPEC:
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH]/wilc1000:wilc_wfi_cfgoperations: INTIAL fixed to INITIAL
2016-10-08 11:28 [PATCH]/wilc1000:wilc_wfi_cfgoperations: INTIAL fixed to INITIAL Keila Novo
@ 2016-10-21 21:09 ` Julia Lawall
0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2016-10-21 21:09 UTC (permalink / raw)
To: Keila Novo
Cc: Aditya Shankar, Ganesh Krishna, Greg Kroah-Hartman,
outreachy-kernel
On Sat, 8 Oct 2016, Keila Novo wrote:
> Checkpatch error fixed INTIAL to INITIAL
Since the application period is over, you should now just send patches to
the maintainers, that you get from get_maintainres, not to the outreachy
mailing list. You can remove the argument --nol from the get_maintainers
command line, so that any mailing list specific to the files you are
modifying receives the patch as well.
julia
>
> Signed-off-by: Keila Novo <laurana5@gmail.com>
> ---
> drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
> index c1a24f7..9d4239f 100644
> --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
> +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
> @@ -29,8 +29,8 @@
> #define P2P_INV_REQ 0x03
> #define P2P_INV_RSP 0x04
> #define PUBLIC_ACT_VENDORSPEC 0x09
> -#define GAS_INTIAL_REQ 0x0a
> -#define GAS_INTIAL_RSP 0x0b
> +#define GAS_INITIAL_REQ 0x0a
> +#define GAS_INITIAL_RSP 0x0b
>
> #define INVALID_CHANNEL 0
>
> @@ -1470,10 +1470,10 @@ void WILC_WFI_p2p_rx(struct net_device *dev, u8 *buff, u32 size)
> }
> if (buff[ACTION_CAT_ID] == PUB_ACTION_ATTR_ID) {
> switch (buff[ACTION_SUBTYPE_ID]) {
> - case GAS_INTIAL_REQ:
> + case GAS_INITIAL_REQ:
> break;
>
> - case GAS_INTIAL_RSP:
> + case GAS_INITIAL_RSP:
> break;
>
> case PUBLIC_ACT_VENDORSPEC:
> @@ -1659,10 +1659,10 @@ static int mgmt_tx(struct wiphy *wiphy,
> curr_channel = chan->hw_value;
> }
> switch (buf[ACTION_SUBTYPE_ID]) {
> - case GAS_INTIAL_REQ:
> + case GAS_INITIAL_REQ:
> break;
>
> - case GAS_INTIAL_RSP:
> + case GAS_INITIAL_RSP:
> break;
>
> case PUBLIC_ACT_VENDORSPEC:
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20161008112815.GA3154%40kheixx-VB.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-21 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 11:28 [PATCH]/wilc1000:wilc_wfi_cfgoperations: INTIAL fixed to INITIAL Keila Novo
2016-10-21 21:09 ` [Outreachy kernel] " Julia Lawall
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.