On Wed, 10 Feb, at 09:51:02AM, Peter Jones wrote: > When I switched the function to data_size as the parameter name, I > forgot to fix the header. > > Signed-off-by: Peter Jones <pjones@xxxxxxxxxx> > --- > include/linux/efi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/efi.h b/include/linux/efi.h > index 1869d5c..47be3ad 100644 > --- a/include/linux/efi.h > +++ b/include/linux/efi.h > @@ -1200,7 +1200,7 @@ struct efivar_entry *efivar_entry_find(efi_char16_t *name, efi_guid_t guid, > struct list_head *head, bool remove); > > bool efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, > - unsigned long len); > + unsigned long data_size); > bool efivar_variable_is_removable(efi_guid_t vendor, const char *name, > size_t len); Thanks Peter, I folded this snippet into your patch that adds the 'vendor' argument to the efivar_validate() prototype. Let me know if that's not OK. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html