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

Commit bfab8b48 authored by Jean Delvare's avatar Jean Delvare
Browse files

firmware: dmi_scan: Fix dmi_find_device description



The description of dmi_find_device was apparently copied from a
similar function in a different subsystem, but the parameter names
were not adjusted as needed.

Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Andrey Panin <pazke@donpac.ru>
parent 45b98257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ EXPORT_SYMBOL(dmi_name_in_vendors);
 *	@from: previous device found in search, or %NULL for new search.
 *
 *	Iterates through the list of known onboard devices. If a device is
 *	found with a matching @vendor and @device, a pointer to its device
 *	found with a matching @type and @name, a pointer to its device
 *	structure is returned.  Otherwise, %NULL is returned.
 *	A new search is initiated by passing %NULL as the @from argument.
 *	If @from is not %NULL, searches continue from next device.