diff options
Diffstat (limited to 'drivers/usb/serial/digi_acceleport.c')
-rw-r--r-- | drivers/usb/serial/digi_acceleport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/digi_acceleport.c b/drivers/usb/serial/digi_acceleport.c index 86fbba6336c9..e92cbefc0f88 100644 --- a/drivers/usb/serial/digi_acceleport.c +++ b/drivers/usb/serial/digi_acceleport.c | |||
@@ -227,7 +227,7 @@ | |||
227 | * - All sleeps use a timeout of DIGI_RETRY_TIMEOUT before looping to | 227 | * - All sleeps use a timeout of DIGI_RETRY_TIMEOUT before looping to |
228 | * recheck the condition they are sleeping on. This is defensive, | 228 | * recheck the condition they are sleeping on. This is defensive, |
229 | * in case a wake up is lost. | 229 | * in case a wake up is lost. |
230 | * - Following Documentation/DocBook/kernel-locking.pdf no spin locks | 230 | * - Following Documentation/DocBook/kernel-locking.tmpl no spin locks |
231 | * are held when calling copy_to/from_user or printk. | 231 | * are held when calling copy_to/from_user or printk. |
232 | */ | 232 | */ |
233 | 233 | ||