On 2/12/20 8:19 AM, Arnaud Pouliquen wrote: > Fix the following warnings when documentation is built: > drivers/remoteproc/remoteproc_virtio.c:330: warning: Function parameter > or member 'id' not described in 'rproc_add_virtio_dev' > drivers/remoteproc/remoteproc_core.c:243: warning: Function parameter > or member 'name' not described in 'rproc_find_carveout_by_name' > drivers/remoteproc/remoteproc_core.c:473: warning: Function parameter > or member 'offset' not described in 'rproc_handle_vdev' > drivers/remoteproc/remoteproc_core.c:604: warning: Function parameter > or member 'offset' not described in 'rproc_handle_trace' > drivers/remoteproc/remoteproc_core.c:678: warning: Function parameter > or member 'offset' not described in 'rproc_handle_devmem' > drivers/remoteproc/remoteproc_core.c:873: warning: Function parameter > or member 'offset' not described in 'rproc_handle_carveout' > drivers/remoteproc/remoteproc_core.c:1029: warning: cannot understand function > prototype: 'rproc_handle_resource_t rproc_loading_handlers[RSC_LAST] = ' > drivers/remoteproc/remoteproc_core.c:1693: warning: Function parameter > or member 'work' not described in 'rproc_crash_handler_work' > > Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@xxxxxx> > --- > drivers/remoteproc/remoteproc_core.c | 10 ++++++++-- > drivers/remoteproc/remoteproc_virtio.c | 1 + > 2 files changed, 9 insertions(+), 2 deletions(-) Looks good. Thanks. Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> -- ~Randy