Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 771fcb58 authored by Randy Dunlap's avatar Randy Dunlap Committed by Adrian Bunk
Browse files

dio: fix kernel-doc notation



Fix kernel-doc in drivers/dio/ so that it is formatted correctly
and the parameter names match the function parameters.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-By: default avatarJochen Friedrich <jochen@scram.de>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent d81919c9
Loading
Loading
Loading
Loading
+34 −36
Original line number Diff line number Diff line
@@ -16,10 +16,9 @@


/**
	 *  dio_match_device - Tell if a DIO device structure has a matching
	 *                     DIO device id structure
 *  dio_match_device - Tell if a DIO device structure has a matching DIO device id structure
 *  @ids: array of DIO device id structures to search in
	 *  @dev: the DIO device structure to match against
 *  @d: the DIO device structure to match against
 *
 *  Used by a driver to check whether a DIO device present in the
 *  system is in its list of supported devices. Returns the matching
@@ -102,10 +101,9 @@ void dio_unregister_driver(struct dio_driver *drv)


/**
	 *  dio_bus_match - Tell if a DIO device structure has a matching DIO
	 *                  device id structure
	 *  @ids: array of DIO device id structures to search in
 *  dio_bus_match - Tell if a DIO device structure has a matching DIO device id structure
 *  @dev: the DIO device structure to match against
 *  @drv: the &device_driver that points to the array of DIO device id structures to search
 *
 *  Used by a driver to check whether a DIO device present in the
 *  system is in its list of supported devices. Returns the matching