diff options
author | Ahmed S. Darwish <[email protected]> | 2020-10-19 12:06:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-10-28 13:05:42 +0100 |
commit | b02dfc13fa35d2d514dc24261b1cf2589d369852 (patch) | |
tree | e8557f5661383598902809dd4e91d99549168f43 /scripts/gdb/linux/config.py | |
parent | 41631d3616c36305fef7c0e2e6412538a915dc97 (diff) |
usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
The usage of in_interrupt() in drivers is phased out for various reasons.
Documenting calling contexts of functions with 'in_interrupt()' or
'!in_interrupt()' is imprecise: For a function which might sleep the
condition is preemptible task context, which is not what '!in_interrupt()'
describes.
Replace the context docummentation with plain text and make them match
reality.
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Felipe Balbi <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions