aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-09-11 17:58:58 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-25 20:20:58 +0200
commit7153d9afdbd52805f99c28f51e81ee65f5dabbf8 (patch)
treef46ec9a17c8d9060fbda048dfead4caee3dd1c4c /drivers/firmware/google
parentvmw_balloon: add reset stat (diff)
downloadlinux-dev-7153d9afdbd52805f99c28f51e81ee65f5dabbf8.tar.xz
linux-dev-7153d9afdbd52805f99c28f51e81ee65f5dabbf8.zip
firmware: vpd: fix spelling mistake "partion" -> "partition"
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>
Diffstat (limited to 'drivers/firmware/google')
-rw-r--r--drivers/firmware/google/vpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/google/vpd.c b/drivers/firmware/google/vpd.c
index 1aa67bb5d8c0..c0c0b4e4e281 100644
--- a/drivers/firmware/google/vpd.c
+++ b/drivers/firmware/google/vpd.c
@@ -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;