Re: [PATCH] Small kernel-api addition

2001-05-10 Thread John Levon
On Thu, 10 May 2001, David Woodhouse wrote: > I'd suggest s/that may be/that are expected to be/ thanks, how about this : --- Documentation/DocBook/kernel-api.tmpl.old Thu May 10 18:02:05 2001 +++ Documentation/DocBook/kernel-api.tmpl Thu May 10 18:02:57 2001 @@ -41,8 +41,9 @@ !Iinclud

Re: [PATCH] Small kernel-api addition

2001-05-10 Thread David Woodhouse
[EMAIL PROTECTED] said: + * This macro should be used for accessing values larger in size than single + * bytes at locations that may be improperly aligned, e.g. retrieving a u16 + * value from a location not u16-aligned. I'd suggest s/that may be/that are expected to be/ If it's _expected_,

[PATCH] Small kernel-api addition

2001-05-10 Thread John Levon
Clean against 2.4.4-ac6 and 2.4.4 thanks john --- Documentation/DocBook/kernel-api.tmpl.old Thu May 10 18:02:05 2001 +++ Documentation/DocBook/kernel-api.tmpl Thu May 10 18:02:57 2001 @@ -41,8 +41,9 @@ !Iinclude/linux/init.h - Atomics + Atomic and pointer manipulation