public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net : fix typo
@ 2013-04-14 19:33 Benoît Bourbié
  2013-04-14 19:33 ` Benoît Bourbié
  0 siblings, 1 reply; 4+ messages in thread
From: Benoît Bourbié @ 2013-04-14 19:33 UTC (permalink / raw)
  To: inaky.perez-gonzalez; +Cc: wimax, netdev, Benoît Bourbié

Fixed some grammar mistakes.


Signed-off-by: Benoît Bourbié <benoit.bourbie@gmail.com>
---
 include/net/wimax.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/net/wimax.h b/include/net/wimax.h
index bbb74f9..4588407 100644
--- a/include/net/wimax.h
+++ b/include/net/wimax.h
@@ -103,7 +103,7 @@
  * over multicast groups. This allows to have multiple applications
  * monitoring them.
  *
- * Each command/signal gets assigned it's own attribute policy. This
+ * Each command/signal gets assigned its own attribute policy. This
  * way the validator will verify that all the attributes in there are
  * only the ones that should be for each command/signal. Thing of an
  * attribute mapping to a type+argumentname for each command/signal.
@@ -123,7 +123,7 @@
  *
  * If network interface X is a WiMAX device, there will be a Generic
  * Netlink family named "WiMAX X" and the device will present a
- * "wimax" directory in it's network sysfs directory
+ * "wimax" directory in its network sysfs directory
  * (/sys/class/net/DEVICE/wimax) [used by HAL].
  *
  * The inexistence of any of these means the device does not support
@@ -228,7 +228,7 @@
  * WiMAX stack.
  *
  * When initializing the hardware (_probe), after calling
- * wimax_dev_add(), query the device for it's RF Kill switches status
+ * wimax_dev_add(), query the device for its RF Kill switches status
  * and feed it back to the WiMAX stack using
  * wimax_report_rfkill_{hw,sw}(). If any switch is missing, always
  * report it as ON.
@@ -306,7 +306,7 @@ struct wimax_dev;
  *     DRIVERNAME-BUSNAME:BUSID (dev->bus->name, dev->bus_id).
  *
  * @id_table_node: [private] link to the list of wimax devices kept by
- *     id-table.c. Protected by it's own spinlock.
+ *     id-table.c. Protected by its own spinlock.
  *
  * @mutex: [private] Serializes all concurrent access and execution of
  *     operations.
-- 
1.8.2.470.g21ccebe.dirty

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] net : fix typo
  2013-04-14 19:33 [PATCH] net : fix typo Benoît Bourbié
@ 2013-04-14 19:33 ` Benoît Bourbié
  2013-04-14 19:38   ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Benoît Bourbié @ 2013-04-14 19:33 UTC (permalink / raw)
  To: inaky.perez-gonzalez; +Cc: Benoît Bourbié, netdev, wimax

Fixed some grammar mistakes.


Signed-off-by: Benoît Bourbié <benoit.bourbie@gmail.com>
---
 include/net/wimax.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/net/wimax.h b/include/net/wimax.h
index bbb74f9..4588407 100644
--- a/include/net/wimax.h
+++ b/include/net/wimax.h
@@ -103,7 +103,7 @@
  * over multicast groups. This allows to have multiple applications
  * monitoring them.
  *
- * Each command/signal gets assigned it's own attribute policy. This
+ * Each command/signal gets assigned its own attribute policy. This
  * way the validator will verify that all the attributes in there are
  * only the ones that should be for each command/signal. Thing of an
  * attribute mapping to a type+argumentname for each command/signal.
@@ -123,7 +123,7 @@
  *
  * If network interface X is a WiMAX device, there will be a Generic
  * Netlink family named "WiMAX X" and the device will present a
- * "wimax" directory in it's network sysfs directory
+ * "wimax" directory in its network sysfs directory
  * (/sys/class/net/DEVICE/wimax) [used by HAL].
  *
  * The inexistence of any of these means the device does not support
@@ -228,7 +228,7 @@
  * WiMAX stack.
  *
  * When initializing the hardware (_probe), after calling
- * wimax_dev_add(), query the device for it's RF Kill switches status
+ * wimax_dev_add(), query the device for its RF Kill switches status
  * and feed it back to the WiMAX stack using
  * wimax_report_rfkill_{hw,sw}(). If any switch is missing, always
  * report it as ON.
@@ -306,7 +306,7 @@ struct wimax_dev;
  *     DRIVERNAME-BUSNAME:BUSID (dev->bus->name, dev->bus_id).
  *
  * @id_table_node: [private] link to the list of wimax devices kept by
- *     id-table.c. Protected by it's own spinlock.
+ *     id-table.c. Protected by its own spinlock.
  *
  * @mutex: [private] Serializes all concurrent access and execution of
  *     operations.
-- 
1.8.2.470.g21ccebe.dirty

_______________________________________________
wimax mailing list
wimax@linuxwimax.org
http://lists.linuxwimax.org/listinfo/wimax

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net : fix typo
  2013-04-14 19:33 ` Benoît Bourbié
@ 2013-04-14 19:38   ` David Miller
  2013-04-14 21:13     ` Benoît Bourbié
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2013-04-14 19:38 UTC (permalink / raw)
  To: benoit.bourbie; +Cc: inaky.perez-gonzalez, wimax, netdev

From: Benoît Bourbié <benoit.bourbie@gmail.com>
Date: Sun, 14 Apr 2013 14:33:13 -0500

> Fixed some grammar mistakes.
> 
> 
> Signed-off-by: Benoît Bourbié <benoit.bourbie@gmail.com>

Please don't post a patch multiple times without explaining
what is different between the two submissions.

I'm ignoring both of your patches.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net : fix typo
  2013-04-14 19:38   ` David Miller
@ 2013-04-14 21:13     ` Benoît Bourbié
  0 siblings, 0 replies; 4+ messages in thread
From: Benoît Bourbié @ 2013-04-14 21:13 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, wimax, inaky.perez-gonzalez


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

I didn't send 2 patches, I sent the same patch twice by mistake.
There's no difference between the 2 submissions.



On Sun, Apr 14, 2013 at 2:38 PM, David Miller <davem@davemloft.net> wrote:

> From: Benoît Bourbié <benoit.bourbie@gmail.com>
> Date: Sun, 14 Apr 2013 14:33:13 -0500
>
> > Fixed some grammar mistakes.
> >
> >
> > Signed-off-by: Benoît Bourbié <benoit.bourbie@gmail.com>
>
> Please don't post a patch multiple times without explaining
> what is different between the two submissions.
>
> I'm ignoring both of your patches.
>

[-- Attachment #1.2: Type: text/html, Size: 1090 bytes --]

[-- Attachment #2: Type: text/plain, Size: 130 bytes --]

_______________________________________________
wimax mailing list
wimax@linuxwimax.org
http://lists.linuxwimax.org/listinfo/wimax

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-14 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 19:33 [PATCH] net : fix typo Benoît Bourbié
2013-04-14 19:33 ` Benoît Bourbié
2013-04-14 19:38   ` David Miller
2013-04-14 21:13     ` Benoît Bourbié

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox