mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 07:50:18 +00:00
pci-label.c: size_t misspelled as mode_t
no, really, strlen() and snprintf() do not return mode_t values... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
61effb519c
commit
ed47641839
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user