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

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)