]> asedeno.scripts.mit.edu Git - linux.git/commit
fbtft: Describe function parameters in kernel-doc
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 20 Nov 2019 09:57:13 +0000 (11:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 13:35:57 +0000 (14:35 +0100)
commit6753e7957fef5d9f48eaee25b87314d7a800eb3a
treee0195669e4a4169f5ffc65f7c8f7b54e5915324a
parent21f585480deb4bcf0d92b08879c35d066dfee030
fbtft: Describe function parameters in kernel-doc

Kernel documentation script complains that some of the function parameters
are not described:

drivers/staging/fbtft/fbtft-core.c:543: warning: Function parameter or member 'pdata' not described in 'fbtft_framebuffer_alloc'

Describe function parameters where it's appropriate.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20191120095716.26628-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c