diff options
author | Alan Tull <atull@kernel.org> | 2018-05-16 19:50:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 12:23:56 -0400 |
commit | 060ac5c8fa7bae6a7a63953ecb48f6a42257ae64 (patch) | |
tree | 97118085cefc8efc32d1f4916781c6fa5d7c47a0 /drivers/fpga/fpga-bridge.c | |
parent | ff9da89c22379fc1b2d45cfc4430fa9168189080 (diff) |
fpga: bridge: kernel-doc fixes
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>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
-rw-r--r-- | drivers/fpga/fpga-bridge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c index 164eb552da45..4b207a75b696 100644 --- a/drivers/fpga/fpga-bridge.c +++ b/drivers/fpga/fpga-bridge.c | |||
@@ -121,6 +121,7 @@ static int fpga_bridge_dev_match(struct device *dev, const void *data) | |||
121 | /** | 121 | /** |
122 | * fpga_bridge_get - get an exclusive reference to a fpga bridge | 122 | * fpga_bridge_get - get an exclusive reference to a fpga bridge |
123 | * @dev: parent device that fpga bridge was registered with | 123 | * @dev: parent device that fpga bridge was registered with |
124 | * @info: fpga manager info | ||
124 | * | 125 | * |
125 | * Given a device, get an exclusive reference to a fpga bridge. | 126 | * Given a device, get an exclusive reference to a fpga bridge. |
126 | * | 127 | * |