mfi: Correct a struct member name

This 'struct mfi_evt_pd' typed member should be named 'pd' instead of 'ld'.

PR: 281155
Reviewed by: imp, delphij
Pull Request: https://github.com/freebsd/freebsd-src/pull/1402
This commit is contained in:
WHR 2024-09-03 12:44:12 +08:00 committed by Warner Losh
parent c84d8db0ab
commit 66efdefe78

View File

@ -1028,7 +1028,7 @@ struct mfi_evt_detail {
} pd_prog;
struct {
struct mfi_evt_pd ld;
struct mfi_evt_pd pd;
uint32_t prev_state;
uint32_t new_state;
} pd_state;