mux: Fix struct mux_state kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 7 Jan 2022 07:44:45 +0000 (08:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 14:47:12 +0000 (15:47 +0100)
commitad10ab11348c7379f9e66552b2c6a15cac393940
tree15dff476ae1c02c732ed507cf5c3844acb12a343
parentf22d1117b9c3e2e3c176b8814dbbbc8cfffad4fa
mux: Fix struct mux_state kernel-doc comment

A warning is reported because a colon was dropped, it is found by running
scripts/kernel-doc, which is caused by using 'make W=1'.
drivers/mux/core.c:44: warning: Function parameter or member 'state' not
described in 'mux_state'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
Link: https://lore.kernel.org/r/a9a970fc-63f9-5ab9-4983-fba5b01bebe2@axentia.se
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mux/core.c