Add missing parameter name. No functional change.
Signed-off-by: Federico Serafini <[email protected]>
---
xen/include/xen/dmi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/xen/dmi.h b/xen/include/xen/dmi.h
index 71a5c46dc6..0fef41842e 100644
--- a/xen/include/xen/dmi.h
+++ b/xen/include/xen/dmi.h
@@ -24,7 +24,7 @@ struct dmi_strmatch {
};
struct dmi_system_id {
- int (*callback)(const struct dmi_system_id *);
+ int (*callback)(const struct dmi_system_id *d);
const char *ident;
struct dmi_strmatch matches[4];
void *driver_data;
--
2.34.1