kvfree(): fix misleading comment
authorAndrey Ryabinin <[email protected]>
Fri, 26 Oct 2018 22:07:00 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Oct 2018 23:26:33 +0000 (16:26 -0700)
commit52414d3302577bb60e4ba3c21b7957da7c7a8d21
treedf1443fb1b95cf7521e76653b9f4e264c9fcaa17
parentdedf2c73b80b4566dfcae8ebe9ed46a38b63a1f9
kvfree(): fix misleading comment

vfree() might sleep if called not in interrupt context.  So does kvfree()
too.  Fix misleading kvfree()'s comment about allowed context.

Link: http://lkml.kernel.org/r/[email protected]
Fixes: 04b8e946075d ("mm/util.c: improve kvfree() kerneldoc")
Signed-off-by: Andrey Ryabinin <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/util.c