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

Commit ed476418 authored by Al Viro's avatar Al Viro
Browse files

pci-label.c: size_t misspelled as mode_t



no, really, strlen() and snprintf() do not return mode_t values...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 61effb51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ enum smbios_attr_enum {
	SMBIOS_ATTR_INSTANCE_SHOW,
};

static mode_t
static size_t
find_smbios_instance_string(struct pci_dev *pdev, char *buf,
			    enum smbios_attr_enum attribute)
{