|
@@ -761,7 +761,7 @@ isdn_getnum(char **p)
|
|
|
* Be aware that this is not an atomic operation when sleep != 0, even though
|
|
|
* interrupts are turned off! Well, like that we are currently only called
|
|
|
* on behalf of a read system call on raw device files (which are documented
|
|
|
- * to be dangerous and for for debugging purpose only). The inode semaphore
|
|
|
+ * to be dangerous and for debugging purpose only). The inode semaphore
|
|
|
* takes care that this is not called for the same minor device number while
|
|
|
* we are sleeping, but access is not serialized against simultaneous read()
|
|
|
* from the corresponding ttyI device. Can other ugly events, like changes
|
|
@@ -873,7 +873,7 @@ isdn_readbchan(int di, int channel, u_char * buf, u_char * fp, int len, wait_que
|
|
|
* Be aware that this is not an atomic operation when sleep != 0, even though
|
|
|
* interrupts are turned off! Well, like that we are currently only called
|
|
|
* on behalf of a read system call on raw device files (which are documented
|
|
|
- * to be dangerous and for for debugging purpose only). The inode semaphore
|
|
|
+ * to be dangerous and for debugging purpose only). The inode semaphore
|
|
|
* takes care that this is not called for the same minor device number while
|
|
|
* we are sleeping, but access is not serialized against simultaneous read()
|
|
|
* from the corresponding ttyI device. Can other ugly events, like changes
|