mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
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>
This commit is contained in:
parent
8840a6f4a7
commit
7153d9afdb
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ static int vpd_section_init(const char *name, struct vpd_section *sec,
|
||||||
|
|
||||||
sec->name = name;
|
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);
|
sec->raw_name = kasprintf(GFP_KERNEL, "%s_raw", name);
|
||||||
if (!sec->raw_name) {
|
if (!sec->raw_name) {
|
||||||
err = -ENOMEM;
|
err = -ENOMEM;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue