+ typo-fixes-errror-error.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Typo fixes errror -> error
has been added to the -mm tree.  Its filename is
     typo-fixes-errror-error.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Typo fixes errror -> error
From: Gabriel Craciunescu <nix.or.die@xxxxxxxxxxxxxx>

Typo fixes errror -> error

Signed-off-by: Gabriel Craciunescu <nix.or.die@xxxxxxxxxxxxxx>
Cc: Jeff Garzik <jeff@xxxxxxxxxx>
Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
Cc: Stephen Smalley <sds@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/skfp/pmf.c         |    2 +-
 drivers/s390/block/dasd_eckd.c |    4 ++--
 security/selinux/ss/services.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff -puN drivers/net/skfp/pmf.c~typo-fixes-errror-error drivers/net/skfp/pmf.c
--- a/drivers/net/skfp/pmf.c~typo-fixes-errror-error
+++ a/drivers/net/skfp/pmf.c
@@ -575,7 +575,7 @@ void smt_add_para(struct s_smc *smc, str
 	int		sp_len ;
 
 	/*
-	 * skip if errror
+	 * skip if error
 	 */
 	if (pcon->pc_err)
 		return ;
diff -puN drivers/s390/block/dasd_eckd.c~typo-fixes-errror-error drivers/s390/block/dasd_eckd.c
--- a/drivers/s390/block/dasd_eckd.c~typo-fixes-errror-error
+++ a/drivers/s390/block/dasd_eckd.c
@@ -555,7 +555,7 @@ dasd_eckd_read_conf(struct dasd_device *
 			if (conf_data == NULL) {
 				MESSAGE(KERN_WARNING, "%s", "No configuration "
 					"data retrieved");
-				continue;	/* no errror */
+				continue;	/* no error */
 			}
 			if (conf_len != sizeof (struct dasd_eckd_confdata)) {
 				MESSAGE(KERN_WARNING,
@@ -564,7 +564,7 @@ dasd_eckd_read_conf(struct dasd_device *
 					conf_len,
 					sizeof (struct dasd_eckd_confdata));
 				kfree(conf_data);
-				continue;	/* no errror */
+				continue;	/* no error */
 			}
 			/* save first valid configuration data */
 			if (!conf_data_saved){
diff -puN security/selinux/ss/services.c~typo-fixes-errror-error security/selinux/ss/services.c
--- a/security/selinux/ss/services.c~typo-fixes-errror-error
+++ a/security/selinux/ss/services.c
@@ -792,7 +792,7 @@ int security_context_to_sid(char *sconte
  * @scontext: security context
  * @scontext_len: length in bytes
  * @sid: security identifier, SID
- * @def_sid: default SID to assign on errror
+ * @def_sid: default SID to assign on error
  *
  * Obtains a SID associated with the security context that
  * has the string representation specified by @scontext.
_

Patches currently in -mm which might be from nix.or.die@xxxxxxxxxxxxxx are

origin.patch
broken-lilo-check-on-make-install.patch
typo-fixes-errror-error.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux