mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
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:
parent
c84d8db0ab
commit
66efdefe78
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user