提交 d133a960 编写于 作者: G Gabriel Craciunescu 提交者: Linus Torvalds

Typo fixes errror -> error

Typo fixes errror -> error
Signed-off-by: NGabriel Craciunescu <nix.or.die@googlemail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 6ace06dc
...@@ -575,7 +575,7 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, ...@@ -575,7 +575,7 @@ void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
int sp_len ; int sp_len ;
/* /*
* skip if errror * skip if error
*/ */
if (pcon->pc_err) if (pcon->pc_err)
return ; return ;
......
...@@ -555,7 +555,7 @@ dasd_eckd_read_conf(struct dasd_device *device) ...@@ -555,7 +555,7 @@ dasd_eckd_read_conf(struct dasd_device *device)
if (conf_data == NULL) { if (conf_data == NULL) {
MESSAGE(KERN_WARNING, "%s", "No configuration " MESSAGE(KERN_WARNING, "%s", "No configuration "
"data retrieved"); "data retrieved");
continue; /* no errror */ continue; /* no error */
} }
if (conf_len != sizeof (struct dasd_eckd_confdata)) { if (conf_len != sizeof (struct dasd_eckd_confdata)) {
MESSAGE(KERN_WARNING, MESSAGE(KERN_WARNING,
...@@ -564,7 +564,7 @@ dasd_eckd_read_conf(struct dasd_device *device) ...@@ -564,7 +564,7 @@ dasd_eckd_read_conf(struct dasd_device *device)
conf_len, conf_len,
sizeof (struct dasd_eckd_confdata)); sizeof (struct dasd_eckd_confdata));
kfree(conf_data); kfree(conf_data);
continue; /* no errror */ continue; /* no error */
} }
/* save first valid configuration data */ /* save first valid configuration data */
if (!conf_data_saved){ if (!conf_data_saved){
......
...@@ -792,7 +792,7 @@ int security_context_to_sid(char *scontext, u32 scontext_len, u32 *sid) ...@@ -792,7 +792,7 @@ int security_context_to_sid(char *scontext, u32 scontext_len, u32 *sid)
* @scontext: security context * @scontext: security context
* @scontext_len: length in bytes * @scontext_len: length in bytes
* @sid: security identifier, SID * @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 * Obtains a SID associated with the security context that
* has the string representation specified by @scontext. * has the string representation specified by @scontext.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册