Correct macroname in the LinuxKPI.
Submitted by: Johannes Lundberg <johalun0@gmail.com> MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
cbea4f294f
commit
f6d4552417
@ -49,7 +49,7 @@ struct completion {
|
||||
linux_complete_common((c), 1)
|
||||
#define wait_for_completion(c) \
|
||||
linux_wait_for_common((c), 0)
|
||||
#define wait_for_completion_interuptible(c) \
|
||||
#define wait_for_completion_interruptible(c) \
|
||||
linux_wait_for_common((c), 1)
|
||||
#define wait_for_completion_timeout(c, timeout) \
|
||||
linux_wait_for_timeout_common((c), (timeout), 0)
|
||||
|
Loading…
Reference in New Issue
Block a user