mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
target: iscsi: fix comment typos in target/iscsi drivers
Correct spelling typo in printk and comment within target/iscsi drivers Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
02582e9bcc
commit
20879696b7
@ -235,7 +235,7 @@ static struct se_tpg_np *lio_target_call_addnptotpg(
|
|||||||
* iSER/SCTP (TODO, software emulation with osc-iwarp)
|
* iSER/SCTP (TODO, software emulation with osc-iwarp)
|
||||||
* iSER/IB (TODO, hardware available)
|
* iSER/IB (TODO, hardware available)
|
||||||
*
|
*
|
||||||
* can be enabled with atributes under
|
* can be enabled with attributes under
|
||||||
* sys/kernel/config/iscsi/$IQN/$TPG/np/$IP:$PORT/
|
* sys/kernel/config/iscsi/$IQN/$TPG/np/$IP:$PORT/
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -410,11 +410,11 @@ static int iscsit_dataout_pre_datapduinorder_yes(
|
|||||||
/*
|
/*
|
||||||
* For DataSequenceInOrder=Yes: If the offset is greater than the global
|
* For DataSequenceInOrder=Yes: If the offset is greater than the global
|
||||||
* DataPDUInOrder=Yes offset counter in struct iscsi_cmd a protcol error has
|
* DataPDUInOrder=Yes offset counter in struct iscsi_cmd a protcol error has
|
||||||
* occured and fail the connection.
|
* occurred and fail the connection.
|
||||||
*
|
*
|
||||||
* For DataSequenceInOrder=No: If the offset is greater than the per
|
* For DataSequenceInOrder=No: If the offset is greater than the per
|
||||||
* sequence DataPDUInOrder=Yes offset counter in struct iscsi_seq a protocol
|
* sequence DataPDUInOrder=Yes offset counter in struct iscsi_seq a protocol
|
||||||
* error has occured and fail the connection.
|
* error has occurred and fail the connection.
|
||||||
*/
|
*/
|
||||||
if (conn->sess->sess_ops->DataSequenceInOrder) {
|
if (conn->sess->sess_ops->DataSequenceInOrder) {
|
||||||
if (be32_to_cpu(hdr->offset) != cmd->write_data_done) {
|
if (be32_to_cpu(hdr->offset) != cmd->write_data_done) {
|
||||||
@ -801,7 +801,7 @@ void iscsit_start_time2retain_handler(struct iscsi_session *sess)
|
|||||||
{
|
{
|
||||||
int tpg_active;
|
int tpg_active;
|
||||||
/*
|
/*
|
||||||
* Only start Time2Retain timer when the assoicated TPG is still in
|
* Only start Time2Retain timer when the associated TPG is still in
|
||||||
* an ACTIVE (eg: not disabled or shutdown) state.
|
* an ACTIVE (eg: not disabled or shutdown) state.
|
||||||
*/
|
*/
|
||||||
spin_lock(&ISCSI_TPG_S(sess)->tpg_state_lock);
|
spin_lock(&ISCSI_TPG_S(sess)->tpg_state_lock);
|
||||||
|
@ -666,7 +666,7 @@ void iscsit_release_cmd(struct iscsi_cmd *cmd)
|
|||||||
void iscsit_free_cmd(struct iscsi_cmd *cmd)
|
void iscsit_free_cmd(struct iscsi_cmd *cmd)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Determine if a struct se_cmd is assoicated with
|
* Determine if a struct se_cmd is associated with
|
||||||
* this struct iscsi_cmd.
|
* this struct iscsi_cmd.
|
||||||
*/
|
*/
|
||||||
switch (cmd->iscsi_opcode) {
|
switch (cmd->iscsi_opcode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user