Commit ed476418 authored by Al Viro's avatar Al Viro

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
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment