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

Commit f4bcf5a2 authored by Tomeu Vizoso's avatar Tomeu Vizoso Committed by Lee Jones
Browse files

mfd: cros_ec: Small kerneldoc fix



s/cros_ec_register/cros_ec_query_all

Signed-off-by: default avatarTomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent f4d34c94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ int cros_ec_remove(struct cros_ec_device *ec_dev);
int cros_ec_register(struct cros_ec_device *ec_dev);

/**
 * cros_ec_register -  Query the protocol version supported by the ChromeOS EC
 * cros_ec_query_all -  Query the protocol version supported by the ChromeOS EC
 *
 * @ec_dev: Device to register
 * @return 0 if ok, -ve on error