fpga: bridge: kernel-doc fixes
authorAlan Tull <atull@kernel.org>
Wed, 16 May 2018 23:50:00 +0000 (18:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 May 2018 16:23:56 +0000 (18:23 +0200)
Fix the following warnings when documentation is built:

./drivers/fpga/fpga-bridge.c:143: warning: Function parameter or
member 'info' not described in 'fpga_bridge_get'

./drivers/fpga/fpga-bridge.c:1: warning: no structured comments found

Signed-off-by: Alan Tull <atull@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/fpga-bridge.c

index 164eb552da45b00dc7d83ecf835997753e592d40..4b207a75b6966f03476dde2a61f27e8c38d78075 100644 (file)
@@ -121,6 +121,7 @@ static int fpga_bridge_dev_match(struct device *dev, const void *data)
 /**
  * fpga_bridge_get - get an exclusive reference to a fpga bridge
  * @dev:       parent device that fpga bridge was registered with
+ * @info:      fpga manager info
  *
  * Given a device, get an exclusive reference to a fpga bridge.
  *