mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
iscsi-scst: Fix spelling in a source code comment
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7594 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -411,7 +411,7 @@ struct iscsi_cmnd {
|
||||
/*
|
||||
* This flag might be cleared from SCST thread after/during RX digest
|
||||
* calculation in parallel with clearing release_called from the
|
||||
* read thread, so it must be modifiable inependently.
|
||||
* read thread, so it must be modifiable independently.
|
||||
*/
|
||||
unsigned long on_rx_digest_list:1 __aligned(sizeof(long));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user