Re: [2.6 patch] net: Spelling mistakes threshoulds -> thresholds

2005-07-30 Thread David S. Miller
From: Baruch Even <[EMAIL PROTECTED]>
Date: Fri, 29 Jul 2005 11:21:58 +0100

> Just simple spelling mistake fixes.
> 
> Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>

Applied, thanks Baruch.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6 patch] net: Spelling mistakes threshoulds - thresholds

2005-07-30 Thread David S. Miller
From: Baruch Even [EMAIL PROTECTED]
Date: Fri, 29 Jul 2005 11:21:58 +0100

 Just simple spelling mistake fixes.
 
 Signed-Off-By: Baruch Even [EMAIL PROTECTED]

Applied, thanks Baruch.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6 patch] net: Spelling mistakes threshoulds -> thresholds

2005-07-29 Thread Baruch Even
Just simple spelling mistake fixes.

Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>

diff -Nurp 2.6.13-rc4-orig/include/net/tcp.h 2.6.13-rc4/include/net/tcp.h
--- 2.6.13-rc4-orig/include/net/tcp.h   2005-07-29 11:17:25.0 +0100
+++ 2.6.13-rc4/include/net/tcp.h2005-07-29 11:14:28.0 +0100
@@ -1236,7 +1236,7 @@ static inline void tcp_sync_left_out(str
tp->left_out = tp->sacked_out + tp->lost_out;
 }
 
-/* Set slow start threshould and cwnd not falling to slow start */
+/* Set slow start threshold and cwnd not falling to slow start */
 static inline void __tcp_enter_cwr(struct tcp_sock *tp)
 {
tp->undo_marker = 0;
diff -Nurp 2.6.13-rc4-orig/net/ipv4/ipmr.c 2.6.13-rc4/net/ipv4/ipmr.c
--- 2.6.13-rc4-orig/net/ipv4/ipmr.c 2005-07-29 11:17:25.0 +0100
+++ 2.6.13-rc4/net/ipv4/ipmr.c  2005-07-29 11:14:28.0 +0100
@@ -362,7 +362,7 @@ out:
 
 /* Fill oifs list. It is called under write locked mrt_lock. */
 
-static void ipmr_update_threshoulds(struct mfc_cache *cache, unsigned char 
*ttls)
+static void ipmr_update_thresholds(struct mfc_cache *cache, unsigned char 
*ttls)
 {
int vifi;
 
@@ -727,7 +727,7 @@ static int ipmr_mfc_add(struct mfcctl *m
if (c != NULL) {
write_lock_bh(_lock);
c->mfc_parent = mfc->mfcc_parent;
-   ipmr_update_threshoulds(c, mfc->mfcc_ttls);
+   ipmr_update_thresholds(c, mfc->mfcc_ttls);
if (!mrtsock)
c->mfc_flags |= MFC_STATIC;
write_unlock_bh(_lock);
@@ -744,7 +744,7 @@ static int ipmr_mfc_add(struct mfcctl *m
c->mfc_origin=mfc->mfcc_origin.s_addr;
c->mfc_mcastgrp=mfc->mfcc_mcastgrp.s_addr;
c->mfc_parent=mfc->mfcc_parent;
-   ipmr_update_threshoulds(c, mfc->mfcc_ttls);
+   ipmr_update_thresholds(c, mfc->mfcc_ttls);
if (!mrtsock)
c->mfc_flags |= MFC_STATIC;
 


Re: [2.6 patch] net: Spelling mistakes threshoulds - thresholds

2005-07-29 Thread Baruch Even
Just simple spelling mistake fixes.

Signed-Off-By: Baruch Even [EMAIL PROTECTED]

diff -Nurp 2.6.13-rc4-orig/include/net/tcp.h 2.6.13-rc4/include/net/tcp.h
--- 2.6.13-rc4-orig/include/net/tcp.h   2005-07-29 11:17:25.0 +0100
+++ 2.6.13-rc4/include/net/tcp.h2005-07-29 11:14:28.0 +0100
@@ -1236,7 +1236,7 @@ static inline void tcp_sync_left_out(str
tp-left_out = tp-sacked_out + tp-lost_out;
 }
 
-/* Set slow start threshould and cwnd not falling to slow start */
+/* Set slow start threshold and cwnd not falling to slow start */
 static inline void __tcp_enter_cwr(struct tcp_sock *tp)
 {
tp-undo_marker = 0;
diff -Nurp 2.6.13-rc4-orig/net/ipv4/ipmr.c 2.6.13-rc4/net/ipv4/ipmr.c
--- 2.6.13-rc4-orig/net/ipv4/ipmr.c 2005-07-29 11:17:25.0 +0100
+++ 2.6.13-rc4/net/ipv4/ipmr.c  2005-07-29 11:14:28.0 +0100
@@ -362,7 +362,7 @@ out:
 
 /* Fill oifs list. It is called under write locked mrt_lock. */
 
-static void ipmr_update_threshoulds(struct mfc_cache *cache, unsigned char 
*ttls)
+static void ipmr_update_thresholds(struct mfc_cache *cache, unsigned char 
*ttls)
 {
int vifi;
 
@@ -727,7 +727,7 @@ static int ipmr_mfc_add(struct mfcctl *m
if (c != NULL) {
write_lock_bh(mrt_lock);
c-mfc_parent = mfc-mfcc_parent;
-   ipmr_update_threshoulds(c, mfc-mfcc_ttls);
+   ipmr_update_thresholds(c, mfc-mfcc_ttls);
if (!mrtsock)
c-mfc_flags |= MFC_STATIC;
write_unlock_bh(mrt_lock);
@@ -744,7 +744,7 @@ static int ipmr_mfc_add(struct mfcctl *m
c-mfc_origin=mfc-mfcc_origin.s_addr;
c-mfc_mcastgrp=mfc-mfcc_mcastgrp.s_addr;
c-mfc_parent=mfc-mfcc_parent;
-   ipmr_update_threshoulds(c, mfc-mfcc_ttls);
+   ipmr_update_thresholds(c, mfc-mfcc_ttls);
if (!mrtsock)
c-mfc_flags |= MFC_STATIC;
 


Re: [2.6 patch] net: Spelling mistakes threshoulds -> thresholds

2005-07-28 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Fri, 29 Jul 2005 00:04:10 +0200

> Just simple spelling mistake fixes.
> 
> From: aruch Even <[EMAIL PROTECTED]>
> 
> Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

The include/net/tcp.h part of this patch no longer
applies cleanly.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[2.6 patch] net: Spelling mistakes threshoulds -> thresholds

2005-07-28 Thread Adrian Bunk
Just simple spelling mistake fixes.

From: aruch Even <[EMAIL PROTECTED]>

Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

This patch was already sent on:
- 12 Jul 2005

This patch was sent by Baruch Even on:
- 05 Apr 2005

--- 2.6.11.orig/include/net/tcp.h   2005-03-16 00:09:00.0 +
+++ 2.6.11/include/net/tcp.h2005-04-05 14:33:13.473828484 +0100
@@ -1351,7 +1351,7 @@ static inline void tcp_cwnd_validate(str
}
 }
 
-/* Set slow start threshould and cwnd not falling to slow start */
+/* Set slow start threshold and cwnd not falling to slow start */
 static inline void __tcp_enter_cwr(struct tcp_sock *tp)
 {
tp->undo_marker = 0;
diff -Nurp -X dontdiff 2.6.11.orig/net/ipv4/ipmr.c 2.6.11/net/ipv4/ipmr.c
--- 2.6.11.orig/net/ipv4/ipmr.c 2005-03-16 00:09:06.0 +
+++ 2.6.11/net/ipv4/ipmr.c  2005-04-05 14:33:13.541817170 +0100
@@ -359,7 +359,7 @@ out:
 
 /* Fill oifs list. It is called under write locked mrt_lock. */
 
-static void ipmr_update_threshoulds(struct mfc_cache *cache, unsigned char 
*ttls)
+static void ipmr_update_thresholds(struct mfc_cache *cache, unsigned char 
*ttls)
 {
int vifi;
 
@@ -721,7 +721,7 @@ static int ipmr_mfc_add(struct mfcctl *m
if (c != NULL) {
write_lock_bh(_lock);
c->mfc_parent = mfc->mfcc_parent;
-   ipmr_update_threshoulds(c, mfc->mfcc_ttls);
+   ipmr_update_thresholds(c, mfc->mfcc_ttls);
if (!mrtsock)
c->mfc_flags |= MFC_STATIC;
write_unlock_bh(_lock);
@@ -738,7 +738,7 @@ static int ipmr_mfc_add(struct mfcctl *m
c->mfc_origin=mfc->mfcc_origin.s_addr;
c->mfc_mcastgrp=mfc->mfcc_mcastgrp.s_addr;
c->mfc_parent=mfc->mfcc_parent;
-   ipmr_update_threshoulds(c, mfc->mfcc_ttls);
+   ipmr_update_thresholds(c, mfc->mfcc_ttls);
if (!mrtsock)
c->mfc_flags |= MFC_STATIC;
 


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[2.6 patch] net: Spelling mistakes threshoulds - thresholds

2005-07-28 Thread Adrian Bunk
Just simple spelling mistake fixes.

From: aruch Even [EMAIL PROTECTED]

Signed-Off-By: Baruch Even [EMAIL PROTECTED]
Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---

This patch was already sent on:
- 12 Jul 2005

This patch was sent by Baruch Even on:
- 05 Apr 2005

--- 2.6.11.orig/include/net/tcp.h   2005-03-16 00:09:00.0 +
+++ 2.6.11/include/net/tcp.h2005-04-05 14:33:13.473828484 +0100
@@ -1351,7 +1351,7 @@ static inline void tcp_cwnd_validate(str
}
 }
 
-/* Set slow start threshould and cwnd not falling to slow start */
+/* Set slow start threshold and cwnd not falling to slow start */
 static inline void __tcp_enter_cwr(struct tcp_sock *tp)
 {
tp-undo_marker = 0;
diff -Nurp -X dontdiff 2.6.11.orig/net/ipv4/ipmr.c 2.6.11/net/ipv4/ipmr.c
--- 2.6.11.orig/net/ipv4/ipmr.c 2005-03-16 00:09:06.0 +
+++ 2.6.11/net/ipv4/ipmr.c  2005-04-05 14:33:13.541817170 +0100
@@ -359,7 +359,7 @@ out:
 
 /* Fill oifs list. It is called under write locked mrt_lock. */
 
-static void ipmr_update_threshoulds(struct mfc_cache *cache, unsigned char 
*ttls)
+static void ipmr_update_thresholds(struct mfc_cache *cache, unsigned char 
*ttls)
 {
int vifi;
 
@@ -721,7 +721,7 @@ static int ipmr_mfc_add(struct mfcctl *m
if (c != NULL) {
write_lock_bh(mrt_lock);
c-mfc_parent = mfc-mfcc_parent;
-   ipmr_update_threshoulds(c, mfc-mfcc_ttls);
+   ipmr_update_thresholds(c, mfc-mfcc_ttls);
if (!mrtsock)
c-mfc_flags |= MFC_STATIC;
write_unlock_bh(mrt_lock);
@@ -738,7 +738,7 @@ static int ipmr_mfc_add(struct mfcctl *m
c-mfc_origin=mfc-mfcc_origin.s_addr;
c-mfc_mcastgrp=mfc-mfcc_mcastgrp.s_addr;
c-mfc_parent=mfc-mfcc_parent;
-   ipmr_update_threshoulds(c, mfc-mfcc_ttls);
+   ipmr_update_thresholds(c, mfc-mfcc_ttls);
if (!mrtsock)
c-mfc_flags |= MFC_STATIC;
 


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6 patch] net: Spelling mistakes threshoulds - thresholds

2005-07-28 Thread David S. Miller
From: Adrian Bunk [EMAIL PROTECTED]
Date: Fri, 29 Jul 2005 00:04:10 +0200

 Just simple spelling mistake fixes.
 
 From: aruch Even [EMAIL PROTECTED]
 
 Signed-Off-By: Baruch Even [EMAIL PROTECTED]
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

The include/net/tcp.h part of this patch no longer
applies cleanly.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/