On 01/26/2017 12:36 AM, Bart Van Assche wrote: > Change two occurrences of "preform" into "perform". > > Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> > Cc: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> > --- > drivers/target/iscsi/iscsi_target.c | 2 +- > drivers/target/iscsi/iscsi_target_login.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c > index da2c73a255de..3b770fddcb3b 100644 > --- a/drivers/target/iscsi/iscsi_target.c > +++ b/drivers/target/iscsi/iscsi_target.c > @@ -1545,7 +1545,7 @@ iscsit_check_dataout_hdr(struct iscsi_conn *conn, unsigned char *buf, > } > } > /* > - * Preform DataSN, DataSequenceInOrder, DataPDUInOrder, and > + * Perform DataSN, DataSequenceInOrder, DataPDUInOrder, and > * within-command recovery checks before receiving the payload. > */ > rc = iscsit_check_pre_dataout(cmd, buf); > diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c > index 450f51deb2a2..303cb6574a93 100644 > --- a/drivers/target/iscsi/iscsi_target_login.c > +++ b/drivers/target/iscsi/iscsi_target_login.c > @@ -222,7 +222,7 @@ int iscsi_check_for_session_reinstatement(struct iscsi_conn *conn) > return 0; > > pr_debug("%s iSCSI Session SID %u is still active for %s," > - " preforming session reinstatement.\n", (sessiontype) ? > + " performing session reinstatement.\n", (sessiontype) ? > "Discovery" : "Normal", sess->sid, > sess->sess_ops->InitiatorName); > > Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@xxxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html