Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

interconnect: Fix kerneldoc warning

Fix the following warning:
drivers/interconnect/bulk.c:63: warning: expecting prototype for
icc_bulk_set(). Prototype was for icc_bulk_set_bw() instead

Link: https://lore.kernel.org/r/20210318163415.30941-1-georgi.djakov@linaro.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

+1 -1
+1 -1
drivers/interconnect/bulk.c
··· 53 53 EXPORT_SYMBOL_GPL(icc_bulk_put); 54 54 55 55 /** 56 - * icc_bulk_set() - set bandwidth to a set of paths 56 + * icc_bulk_set_bw() - set bandwidth to a set of paths 57 57 * @num_paths: the number of icc_bulk_data 58 58 * @paths: the icc_bulk_data table containing the paths and bandwidth 59 59 *