mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
Source code comment spelling fix: loosing -> losing
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5949 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1155,7 +1155,7 @@ static void dev_user_add_to_ready(struct scst_user_cmd *ucmd)
|
||||
/*
|
||||
* If we don't put such commands in the queue head, then under
|
||||
* high load we might delay threads, waiting for memory
|
||||
* allocations, for too long and start loosing NOPs, which
|
||||
* allocations, for too long and start losing NOPs, which
|
||||
* would lead to consider us by remote initiators as
|
||||
* unresponsive and stuck => broken connections, etc. If none
|
||||
* of our commands completed in NOP timeout to allow the head
|
||||
|
||||
@@ -2571,7 +2571,7 @@ static int __init init_scst(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* All mgmt stubs, UAs and sense buffers are bursty and loosing them
|
||||
* All mgmt stubs, UAs and sense buffers are bursty and losing them
|
||||
* may have fatal consequences, so let's have big pools for them.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user