Re: [PATCH 2/3] msg.h: Convert m_ts from int to size_t.

2007-12-22 Thread Andrew Morton
On Mon, 17 Dec 2007 03:36:00 +0100 (MET) Richard Knutsson <[EMAIL PROTECTED]> wrote: > Convert m_ts ("message text size") from int to size_t. > > Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> > --- > Remove some trailing spaces, since we are in the neighborhood. > > > diff --git a/includ

[PATCH 2/3] msg.h: Convert m_ts from int to size_t.

2007-12-16 Thread Richard Knutsson
Convert m_ts ("message text size") from int to size_t. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Remove some trailing spaces, since we are in the neighborhood. diff --git a/include/linux/msg.h b/include/linux/msg.h index 10a3d5a..7a61952 100644 --- a/include/linux/msg.h +++ b/inclu