commit | bba757d8578ff65b5168f6420552fbba3c159774 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Mar 30 10:25:03 2019 -0700 |
committer | Jonathan Corbet <corbet@lwn.net> | Mon Apr 01 14:58:46 2019 -0600 |
tree | d08edd993cb190ac99b568131010ab7f7a212277 | |
parent | 0663a0588440e6f3d41667287b6f001161d2d7c7 [diff] |
coding-style.rst: Generic alloc functions do not need OOM logging Generic allocation functions already emit a dump_stack() so additional error logging isn't useful. Document it as such and add a reference to the allocation API. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>