From: Tomeu Vizoso Date: Fri, 5 Feb 2016 13:32:56 +0000 (+0100) Subject: mfd: cros_ec: Small kerneldoc fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f4bcf5a29d57fe515b8eb6c612090376086b5f79;p=linux-beck.git mfd: cros_ec: Small kerneldoc fix s/cros_ec_register/cros_ec_query_all Signed-off-by: Tomeu Vizoso Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index 494682ce4bf3..a677c2bd485c 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h @@ -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