commit | 6624d64da6bf2f62a8588fca81077dbeedb62116 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 29 09:20:06 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Oct 15 07:49:43 2020 +0200 |
tree | 1022d72125c35bfa801069424b992e5fa02ba76e | |
parent | 74e2f8d300d4bf3a899869a376fed669753913f0 [diff] |
docs: devices.rst: get rid of :c:type macros There's no need to use macros to use :c:type on this file, as automarkup.py should do this automatically. Also, this breaks compatibility with Sphinx 3.x, as there, structs should be declared using .. c:struct. So, get rid of them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>