Commit 9b443b68 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

gpiolib: fix kerneldoc



Add missing '@' to the kernel doc for the new of_node_instance_match
field of struct gpio_chip.

Fixes: bd3ce710 ("gpiolib: of: Handle threecell GPIO chips")
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20250305203929.70283b9b@canb.auug.org.au/


Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250305094939.40011-1-brgl@bgdev.pl


Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent 8015443e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ struct gpio_chip {
	unsigned int of_gpio_n_cells;

	/**
	 * of_node_instance_match:
	 * @of_node_instance_match:
	 *
	 * Determine if a chip is the right instance. Must be implemented by
	 * any driver using more than one gpio_chip per device tree node.