* [PATCH] tc: comment spelling fixes
@ 2011-11-21 16:53 Stephen Hemminger
2011-11-21 17:12 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2011-11-21 16:53 UTC (permalink / raw)
To: David Miller; +Cc: netdev
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
--- a/include/linux/pkt_sched.h 2011-11-09 13:54:59.780009551 -0800
+++ b/include/linux/pkt_sched.h 2011-11-21 08:51:20.062228855 -0800
@@ -30,7 +30,7 @@
*/
struct tc_stats {
- __u64 bytes; /* NUmber of enqueues bytes */
+ __u64 bytes; /* Number of enqueues bytes */
__u32 packets; /* Number of enqueued packets */
__u32 drops; /* Packets dropped because of lack of resources */
__u32 overlimits; /* Number of throttle events when this
@@ -297,7 +297,7 @@ struct tc_htb_glob {
__u32 debug; /* debug flags */
/* stats */
- __u32 direct_pkts; /* count of non shapped packets */
+ __u32 direct_pkts; /* count of non shaped packets */
};
enum {
TCA_HTB_UNSPEC,
@@ -503,7 +503,7 @@ enum {
};
#define NETEM_LOSS_MAX (__NETEM_LOSS_MAX - 1)
-/* State transition probablities for 4 state model */
+/* State transition probabilities for 4 state model */
struct tc_netem_gimodel {
__u32 p13;
__u32 p31;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tc: comment spelling fixes
2011-11-21 16:53 [PATCH] tc: comment spelling fixes Stephen Hemminger
@ 2011-11-21 17:12 ` Ben Hutchings
2011-11-22 21:38 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2011-11-21 17:12 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: David Miller, netdev
On Mon, 2011-11-21 at 08:53 -0800, Stephen Hemminger wrote:
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
>
> --- a/include/linux/pkt_sched.h 2011-11-09 13:54:59.780009551 -0800
> +++ b/include/linux/pkt_sched.h 2011-11-21 08:51:20.062228855 -0800
> @@ -30,7 +30,7 @@
> */
>
> struct tc_stats {
> - __u64 bytes; /* NUmber of enqueues bytes */
> + __u64 bytes; /* Number of enqueues bytes */
[...]
Further fix needed: 'enqueued'.
Ben.
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tc: comment spelling fixes
2011-11-21 17:12 ` Ben Hutchings
@ 2011-11-22 21:38 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2011-11-22 21:38 UTC (permalink / raw)
To: bhutchings; +Cc: shemminger, netdev
From: Ben Hutchings <bhutchings@solarflare.com>
Date: Mon, 21 Nov 2011 17:12:08 +0000
> On Mon, 2011-11-21 at 08:53 -0800, Stephen Hemminger wrote:
>> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
>>
>> --- a/include/linux/pkt_sched.h 2011-11-09 13:54:59.780009551 -0800
>> +++ b/include/linux/pkt_sched.h 2011-11-21 08:51:20.062228855 -0800
>> @@ -30,7 +30,7 @@
>> */
>>
>> struct tc_stats {
>> - __u64 bytes; /* NUmber of enqueues bytes */
>> + __u64 bytes; /* Number of enqueues bytes */
> [...]
>
> Further fix needed: 'enqueued'.
I took care of this when applying Stephen's patch.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-22 21:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 16:53 [PATCH] tc: comment spelling fixes Stephen Hemminger
2011-11-21 17:12 ` Ben Hutchings
2011-11-22 21:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).