[PATCH] SCSI Improved spelling and documentation.

2014-11-17 Thread Terence Eden
From: Terence Eden I found the comments to be slightly confusing. Hopefully I've clarified some points. Signed-off-by: Terence Eden --- drivers/scsi/isci/port_config.c | 158 +--- 1 file changed, 83 insertions(+), 75 deletions(-) diff --git a/drivers/scsi

[PATCH] crypto: Fix a typo in ahash.c

2014-11-17 Thread Terence Eden
From: Terence Eden "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code. (Resubmitting - hopefully correctly!) Signed-off-by: Terence Eden --- crypto/ahash.c

[PATCH] "its" == "something belong to it". "it's" == "it is", "it has", "it was", etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Terence Eden
From: edent Signed-off-by: edent --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c @@ -271,7 +271,7 @@ static int ahash_save_req(struct ahash_request

[PATCH] its == something belong to it. it's == it is, it has, it was, etc. Sorry - just bugged me as I was reading the code.

2014-11-17 Thread Terence Eden
From: edent github@shkspr.mobi Signed-off-by: edent github@shkspr.mobi --- crypto/ahash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ahash.c b/crypto/ahash.c index f6a36a5..ffbcda3 100644 --- a/crypto/ahash.c +++ b/crypto/ahash.c @@ -271,7 +271,7 @@ static

[PATCH] crypto: Fix a typo in ahash.c

2014-11-17 Thread Terence Eden
From: Terence Eden terence.e...@gmail.com its == something belong to it. it's == it is, it has, it was, etc. Sorry - just bugged me as I was reading the code. (Resubmitting - hopefully correctly!) Signed-off-by: Terence Eden terence.e...@gmail.com --- crypto/ahash.c | 2 +- 1 file changed, 1

[PATCH] SCSI Improved spelling and documentation.

2014-11-17 Thread Terence Eden
From: Terence Eden terence.e...@gmail.com I found the comments to be slightly confusing. Hopefully I've clarified some points. Signed-off-by: Terence Eden terence.e...@gmail.com --- drivers/scsi/isci/port_config.c | 158 +--- 1 file changed, 83 insertions

[PATCH 2/2] Correcting a spelling mistake which was causing some confusion - "recieved_value" should be "received_value".

2014-04-21 Thread Terence Eden
From: Terence Eden Signed-off-by: Terence Eden --- drivers/target/iscsi/iscsi_target_parameters.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c index 4d2e23f

[PATCH 2/2] Correcting a spelling mistake which was causing some confusion - recieved_value should be received_value.

2014-04-21 Thread Terence Eden
From: Terence Eden github@shkspr.mobi Signed-off-by: Terence Eden github@shkspr.mobi --- drivers/target/iscsi/iscsi_target_parameters.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi

[PATCH] Fixed spelling errors within comments

2014-04-20 Thread Terence Eden
From: Terence Eden This is my first patch submission. Please let me know if I have made a mistake anywhere. Signed-off-by: Terence Eden --- arch/arc/kernel/entry.S | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel

[PATCH] Fixed spelling errors within comments

2014-04-20 Thread Terence Eden
From: Terence Eden github@shkspr.mobi This is my first patch submission. Please let me know if I have made a mistake anywhere. Signed-off-by: Terence Eden github@shkspr.mobi --- arch/arc/kernel/entry.S | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git