lkml.org 
[lkml]   [2009]   [Nov]   [3]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 4 Nov 2009 04:58:50 +0900
SubjectRe: [PATCH] strstrip incorrectly marked __must_check
FromKOSAKI Motohiro <>
2009/11/4 Alan Cox <alan@lxorguk.ukuu.org.uk>:
>> static inline void strsrip_tail(char *str)
>> {
>>       char *x __used;
>>       x = strstrip(str);
>> }
>
> Bikeshed time but its cleaner to do
>
> static inline __must_check void strstrip(char *str)
> {
>        return strim(str);
> }
>
> and make strim() the old strstrip function without the check requirement

Okey...

[quick hack and compile check]

done :)
sorry for attached file. I'm under poor mail environment now.
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2009-11-03 21:01    [W:0.248 / U:0.190 seconds]
©2003-2009 Jasper Spaans