From: Stephen Hemminger Date: Sun, 23 Oct 2016 16:30:44 +0000 (-0700) Subject: doc: add missing docbook parameter for fence-array X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7b889adbac8db4220e07c93fff0b0b235d08496b;p=openwrt%2Fstaging%2Fblogic.git doc: add missing docbook parameter for fence-array Fixes 'make htmldocs' warning. Signed-off-by: Stephen Hemminger Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20161023093044.324edfb6@xeon-e3 --- diff --git a/include/linux/fence-array.h b/include/linux/fence-array.h index a44794e508df..9ea2bde10ac1 100644 --- a/include/linux/fence-array.h +++ b/include/linux/fence-array.h @@ -53,6 +53,7 @@ extern const struct fence_ops fence_array_ops; /** * fence_is_array - check if a fence is from the array subsclass + * @fence: fence to test * * Return true if it is a fence_array and false otherwise. */