Commit 0c6cac7a authored by Bastien Nocera's avatar Bastien Nocera Committed by Jiri Kosina

hwmon: applesmc: fix comment typos

s/ressources/resources/
Signed-off-by: default avatarBastien Nocera <hadess@hadess.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0dec1474
......@@ -1138,7 +1138,7 @@ static int applesmc_create_nodes(struct applesmc_node_group *groups, int num)
return ret;
}
/* Create accelerometer ressources */
/* Create accelerometer resources */
static int applesmc_create_accelerometer(void)
{
struct input_dev *idev;
......@@ -1191,7 +1191,7 @@ static int applesmc_create_accelerometer(void)
return ret;
}
/* Release all ressources used by the accelerometer */
/* Release all resources used by the accelerometer */
static void applesmc_release_accelerometer(void)
{
if (!smcreg.has_accelerometer)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment