firmware: vpd: fix spelling mistake "partion" -> "partition"
authorColin Ian King <colin.king@canonical.com>
Tue, 11 Sep 2018 16:58:58 +0000 (17:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:20:58 +0000 (20:20 +0200)
Trivial fix to spelling mistake in comment

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/vpd.c

index 1aa67bb..c0c0b4e 100644 (file)
@@ -198,7 +198,7 @@ static int vpd_section_init(const char *name, struct vpd_section *sec,
 
        sec->name = name;
 
-       /* We want to export the raw partion with name ${name}_raw */
+       /* We want to export the raw partition with name ${name}_raw */
        sec->raw_name = kasprintf(GFP_KERNEL, "%s_raw", name);
        if (!sec->raw_name) {
                err = -ENOMEM;