On 4 March 2017 at 06:26, Nicolas Iooss <nicolas.iooss_linux@xxxxxxx> wrote: > When clang checks the documentation tags (with -Wdocumentation flag), it > reports the following warning: > > fdtput.c:70:11: error: parameter '*value_len' not found in the > function declaration [-Werror,-Wdocumentation] > * @param *value_len Returns length of value encoded > ^~~~~~~~~~ > fdtput.c:70:11: note: did you mean 'value_len'? > * @param *value_len Returns length of value encoded > ^~~~~~~~~~ > value_len > > As this sounds reasonable, remove the star from the documentation tag. > > Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@xxxxxxx> > --- > fdtput.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass <sjg@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html