usb: atm: Replace in_interrupt() usage in comment
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Oct 2020 10:06:42 +0000 (12:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 11:31:39 +0000 (12:31 +0100)
commit726c8277bc5e67799f2ac3ca7fc795d4bf07264f
tree6e16864c8a2fdac27774092ab2b0b231a5e4a196
parent862ee699fefe1e6d6f2c1518395f0b999b8beb15
usb: atm: Replace in_interrupt() usage in comment

in_interrupt() is a pretty vague context description as it means: hard
interrupt, soft interrupt or bottom half disabled regions.

Replace the vague comment with a proper reasoning why spin_lock_irqsave()
needs to be used.

Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Duncan Sands <duncan.sands@free.fr>
Cc: linux-usb@vger.kernel.org
Link: https://lore.kernel.org/r/20201019101110.944939915@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/usbatm.c