commit | 68054bedc2b6fe766a8131bb921370610a1cf9b5 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Dec 03 10:57:23 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Dec 13 09:49:19 2019 +0100 |
tree | d5155be79f65c7e5b5cd76855f2fc7d0df6bc81d | |
parent | 09c329ecbc81243fde1bda83839b1fd12459ef3e [diff] |
Documentation: document ioctl interfaces better Documentation/process/botching-up-ioctls.rst was orignally written as a blog post for DRM driver writers, so it it misses some points while going into a lot of detail on others. Try to provide a replacement that addresses typical issues across a wider range of subsystems, and follows the style of the core-api documentation better. Signed-off-by: Arnd Bergmann <arnd@arndb.de>