aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorKOSAKI Motohiro <[email protected]>2009-10-26 16:49:37 -0700
committerLinus Torvalds <[email protected]>2009-10-29 07:39:25 -0700
commit0a1b71b4008d332e57b5605a8228ea7aa96687e8 (patch)
tree92016012d1fa61980b5fd1519172704364f51e2d /include/linux/timerqueue.h
parent478988d3b28e98a31e0cfe24e011e28ba0f3cf0d (diff)
strstrip(): mark as as must_check
strstrip() can return a modified value of its input argument, when removing elading whitesapce. So it is surely bug for this function's return value to be ignored. The caller is probably going to use the incorrect original pointer. So mark it __must_check to prevent this frm happening (as it has before). Signed-off-by: KOSAKI Motohiro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions