Re: [PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-14 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Thu, 14 Dec 2006 14:22:16 -0800 > On Wed, 2006-12-13 at 18:03 -0800, David Miller wrote: > > From: Sridhar Samudrala <[EMAIL PROTECTED]> > > Date: Wed, 13 Dec 2006 17:38:52 -0800 > > > > > These parameters are not used by user-space apps. They def

Re: [PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-14 Thread Sridhar Samudrala
On Wed, 2006-12-13 at 18:03 -0800, David Miller wrote: > From: Sridhar Samudrala <[EMAIL PROTECTED]> > Date: Wed, 13 Dec 2006 17:38:52 -0800 > > > These parameters are not used by user-space apps. They define the > > parameters used by the protocol in SCTP headers that go on wire. > > There is no

Re: [PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-13 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 13 Dec 2006 17:38:52 -0800 > These parameters are not used by user-space apps. They define the > parameters used by the protocol in SCTP headers that go on wire. There is no __KERNEL__ ifdef protection for these defines, and the linux/sctp.h

Re: [PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-13 Thread Sridhar Samudrala
On Wed, 2006-12-13 at 16:35 -0800, David Miller wrote: > From: Sridhar Samudrala <[EMAIL PROTECTED]> > Date: Wed, 13 Dec 2006 12:44:52 -0800 > > > diff --git a/include/linux/sctp.h b/include/linux/sctp.h > > index 35108fe..d4f8656 100644 > > --- a/include/linux/sctp.h > > +++ b/include/linux/sctp.

Re: [PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-13 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 13 Dec 2006 12:44:52 -0800 > diff --git a/include/linux/sctp.h b/include/linux/sctp.h > index 35108fe..d4f8656 100644 > --- a/include/linux/sctp.h > +++ b/include/linux/sctp.h > @@ -180,7 +180,7 @@ typedef enum { > SCTP_PARAM_ERR_CAUSE

[PATCH 4/4][SCTP]: Change adaption -> adaptation as per the latest API draft.

2006-12-13 Thread Sridhar Samudrala
[SCTP]: Change adaption -> adaptation as per the latest API draft. Signed-off-by: Ivan Skytte Jorgensen <[EMAIL PROTECTED]> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]> --- include/linux/sctp.h| 10 +- include/net/sctp/structs.h |8 include/net/sctp/ulpeve