Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d133a9609ee6111c9718a4bbe559b84a399603e6
Commit:     d133a9609ee6111c9718a4bbe559b84a399603e6
Parent:     6ace06dc68db13f7f82f9341fdef89502f0bb217
Author:     Gabriel Craciunescu <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 00:39:19 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 15:39:42 2007 -0700

    Typo fixes errror -> error
    
    Typo fixes errror -> error
    
    Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Cc: Martin Schwidefsky <[EMAIL PROTECTED]>
    Cc: Stephen Smalley <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 --git a/drivers/net/skfp/pmf.c b/drivers/net/skfp/pmf.c
index efc639c..ea85de9 100644
--- a/drivers/net/skfp/pmf.c
+++ b/drivers/net/skfp/pmf.c
@@ -575,7 +575,7 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, 
u_short para,
        int             sp_len ;
 
        /*
-        * skip if errror
+        * skip if error
         */
        if (pcon->pc_err)
                return ;
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c
index 418b4e6..ea63ba7 100644
--- a/drivers/s390/block/dasd_eckd.c
+++ b/drivers/s390/block/dasd_eckd.c
@@ -555,7 +555,7 @@ dasd_eckd_read_conf(struct dasd_device *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 *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 --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c
index 0ae032f..f00161e 100644
--- a/security/selinux/ss/services.c
+++ b/security/selinux/ss/services.c
@@ -792,7 +792,7 @@ int security_context_to_sid(char *scontext, u32 
scontext_len, u32 *sid)
  * @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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to