Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
426d3107
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
426d3107
编写于
8月 07, 2010
作者:
P
Paul Bolle
提交者:
Jiri Kosina
8月 09, 2010
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix printk typo 'faild'
Signed-off-by:
N
Paul Bolle
<
pebolle@tiscali.nl
>
Signed-off-by:
N
Jiri Kosina
<
jkosina@suse.cz
>
上级
eef35c2d
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
28 addition
and
28 deletion
+28
-28
arch/arm/mach-omap1/board-nokia770.c
arch/arm/mach-omap1/board-nokia770.c
+1
-1
drivers/ata/pata_bf54x.c
drivers/ata/pata_bf54x.c
+1
-1
drivers/gpu/drm/radeon/radeon_cs.c
drivers/gpu/drm/radeon/radeon_cs.c
+1
-1
drivers/net/ps3_gelic_net.c
drivers/net/ps3_gelic_net.c
+2
-2
drivers/net/tulip/pnic2.c
drivers/net/tulip/pnic2.c
+1
-1
drivers/rtc/rtc-nuc900.c
drivers/rtc/rtc-nuc900.c
+1
-1
drivers/video/bf54x-lq043fb.c
drivers/video/bf54x-lq043fb.c
+3
-3
drivers/video/bfin-t350mcqb-fb.c
drivers/video/bfin-t350mcqb-fb.c
+1
-1
fs/exofs/inode.c
fs/exofs/inode.c
+7
-7
fs/exofs/ios.c
fs/exofs/ios.c
+5
-5
fs/jfs/jfs_mount.c
fs/jfs/jfs_mount.c
+2
-2
kernel/trace/trace_kprobe.c
kernel/trace/trace_kprobe.c
+1
-1
net/wanrouter/wanmain.c
net/wanrouter/wanmain.c
+2
-2
未找到文件。
arch/arm/mach-omap1/board-nokia770.c
浏览文件 @
426d3107
...
...
@@ -362,7 +362,7 @@ static __init int omap_dsp_init(void)
ret
=
dsp_kfunc_device_register
(
&
nokia770_audio_device
);
if
(
ret
)
{
printk
(
KERN_ERR
"KFUNC device registration faild: %s
\n
"
,
"KFUNC device registration fail
e
d: %s
\n
"
,
nokia770_audio_device
.
name
);
goto
out
;
}
...
...
drivers/ata/pata_bf54x.c
浏览文件 @
426d3107
...
...
@@ -1588,7 +1588,7 @@ static int __devinit bfin_atapi_probe(struct platform_device *pdev)
host
->
ports
[
0
]
->
ioaddr
.
ctl_addr
=
(
void
*
)
res
->
start
;
if
(
peripheral_request_list
(
atapi_io_port
,
"atapi-io-port"
))
{
dev_err
(
&
pdev
->
dev
,
"Requesting Peripherals faild
\n
"
);
dev_err
(
&
pdev
->
dev
,
"Requesting Peripherals fail
e
d
\n
"
);
return
-
EFAULT
;
}
...
...
drivers/gpu/drm/radeon/radeon_cs.c
浏览文件 @
426d3107
...
...
@@ -268,7 +268,7 @@ int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
}
r
=
radeon_ib_schedule
(
rdev
,
parser
.
ib
);
if
(
r
)
{
DRM_ERROR
(
"Faild to schedule IB !
\n
"
);
DRM_ERROR
(
"Fail
e
d to schedule IB !
\n
"
);
}
radeon_cs_parser_fini
(
&
parser
,
r
);
mutex_unlock
(
&
rdev
->
cs_mutex
);
...
...
drivers/net/ps3_gelic_net.c
浏览文件 @
426d3107
...
...
@@ -642,7 +642,7 @@ static inline void gelic_card_disable_rxdmac(struct gelic_card *card)
status
=
lv1_net_stop_rx_dma
(
bus_id
(
card
),
dev_id
(
card
),
0
);
if
(
status
)
dev_err
(
ctodev
(
card
),
"lv1_net_stop_rx_dma faild, %d
\n
"
,
status
);
"lv1_net_stop_rx_dma fail
e
d, %d
\n
"
,
status
);
}
/**
...
...
@@ -660,7 +660,7 @@ static inline void gelic_card_disable_txdmac(struct gelic_card *card)
status
=
lv1_net_stop_tx_dma
(
bus_id
(
card
),
dev_id
(
card
),
0
);
if
(
status
)
dev_err
(
ctodev
(
card
),
"lv1_net_stop_tx_dma faild, status=%d
\n
"
,
status
);
"lv1_net_stop_tx_dma fail
e
d, status=%d
\n
"
,
status
);
}
/**
...
...
drivers/net/tulip/pnic2.c
浏览文件 @
426d3107
...
...
@@ -59,7 +59,7 @@
* Bit 14:12 - autonegotiation state (write 001 to start autonegotiate)
* Bit 3 - Autopolarity state
* Bit 2 - LS10B - link state of 10baseT 0 - good, 1 - failed
* Bit 1 - LS100B - link state of 100baseT 0 - good, 1
- fail
d
* Bit 1 - LS100B - link state of 100baseT 0 - good, 1
- faile
d
*
*
* Data Port Selection Info
...
...
drivers/rtc/rtc-nuc900.c
浏览文件 @
426d3107
...
...
@@ -279,7 +279,7 @@ static int __devinit nuc900_rtc_probe(struct platform_device *pdev)
nuc900_rtc
->
rtcdev
=
rtc_device_register
(
pdev
->
name
,
&
pdev
->
dev
,
&
nuc900_rtc_ops
,
THIS_MODULE
);
if
(
IS_ERR
(
nuc900_rtc
->
rtcdev
))
{
dev_err
(
&
pdev
->
dev
,
"rtc device register faild
\n
"
);
dev_err
(
&
pdev
->
dev
,
"rtc device register fail
e
d
\n
"
);
err
=
PTR_ERR
(
nuc900_rtc
->
rtcdev
);
goto
fail4
;
}
...
...
drivers/video/bf54x-lq043fb.c
浏览文件 @
426d3107
...
...
@@ -241,12 +241,12 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
u16
disp
=
fbi
->
mach_info
->
disp
;
if
(
gpio_request
(
disp
,
DRIVER_NAME
))
{
printk
(
KERN_ERR
"Requesting GPIO %d faild
\n
"
,
disp
);
printk
(
KERN_ERR
"Requesting GPIO %d fail
e
d
\n
"
,
disp
);
return
-
EFAULT
;
}
if
(
peripheral_request_list
(
eppi_req_18
,
DRIVER_NAME
))
{
printk
(
KERN_ERR
"Requesting Peripherals faild
\n
"
);
printk
(
KERN_ERR
"Requesting Peripherals fail
e
d
\n
"
);
gpio_free
(
disp
);
return
-
EFAULT
;
}
...
...
@@ -256,7 +256,7 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
u16
eppi_req_24
[]
=
EPPI0_24
;
if
(
peripheral_request_list
(
eppi_req_24
,
DRIVER_NAME
))
{
printk
(
KERN_ERR
"Requesting Peripherals faild
\n
"
);
printk
(
KERN_ERR
"Requesting Peripherals fail
e
d
\n
"
);
peripheral_free_list
(
eppi_req_18
);
gpio_free
(
disp
);
return
-
EFAULT
;
...
...
drivers/video/bfin-t350mcqb-fb.c
浏览文件 @
426d3107
...
...
@@ -192,7 +192,7 @@ static int bfin_t350mcqb_request_ports(int action)
{
if
(
action
)
{
if
(
peripheral_request_list
(
ppi0_req_8
,
DRIVER_NAME
))
{
printk
(
KERN_ERR
"Requesting Peripherals faild
\n
"
);
printk
(
KERN_ERR
"Requesting Peripherals fail
e
d
\n
"
);
return
-
EFAULT
;
}
}
else
...
...
fs/exofs/inode.c
浏览文件 @
426d3107
...
...
@@ -508,7 +508,7 @@ static int write_exec(struct page_collect *pcol)
pcol_copy
=
kmalloc
(
sizeof
(
*
pcol_copy
),
GFP_KERNEL
);
if
(
!
pcol_copy
)
{
EXOFS_ERR
(
"write_exec: Faild to kmalloc(pcol)
\n
"
);
EXOFS_ERR
(
"write_exec: Fail
e
d to kmalloc(pcol)
\n
"
);
ret
=
-
ENOMEM
;
goto
err
;
}
...
...
@@ -524,7 +524,7 @@ static int write_exec(struct page_collect *pcol)
ret
=
exofs_oi_write
(
oi
,
ios
);
if
(
unlikely
(
ret
))
{
EXOFS_ERR
(
"write_exec: exofs_oi_write() Faild
\n
"
);
EXOFS_ERR
(
"write_exec: exofs_oi_write() Fail
e
d
\n
"
);
goto
err
;
}
...
...
@@ -625,7 +625,7 @@ static int writepage_strip(struct page *page,
/* split the request, next loop will start again */
ret
=
write_exec
(
pcol
);
if
(
unlikely
(
ret
))
{
EXOFS_DBGMSG
(
"write_exec faild => %d"
,
ret
);
EXOFS_DBGMSG
(
"write_exec fail
e
d => %d"
,
ret
);
goto
fail
;
}
...
...
@@ -709,7 +709,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping,
ret
=
simple_write_begin
(
file
,
mapping
,
pos
,
len
,
flags
,
pagep
,
fsdata
);
if
(
ret
)
{
EXOFS_DBGMSG
(
"simple_write_begin faild
\n
"
);
EXOFS_DBGMSG
(
"simple_write_begin fail
e
d
\n
"
);
return
ret
;
}
...
...
@@ -722,7 +722,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping,
if
(
ret
)
{
/*SetPageError was done by _readpage. Is it ok?*/
unlock_page
(
page
);
EXOFS_DBGMSG
(
"__readpage_filler faild
\n
"
);
EXOFS_DBGMSG
(
"__readpage_filler fail
e
d
\n
"
);
}
}
...
...
@@ -1112,7 +1112,7 @@ static void create_done(struct exofs_io_state *ios, void *p)
atomic_dec
(
&
sbi
->
s_curr_pending
);
if
(
unlikely
(
ret
))
{
EXOFS_ERR
(
"object=0x%llx creation faild in pid=0x%llx"
,
EXOFS_ERR
(
"object=0x%llx creation fail
e
d in pid=0x%llx"
,
_LLU
(
exofs_oi_objno
(
oi
)),
_LLU
(
sbi
->
layout
.
s_pid
));
/*TODO: When FS is corrupted creation can fail, object already
* exist. Get rid of this asynchronous creation, if exist
...
...
@@ -1232,7 +1232,7 @@ static int exofs_update_inode(struct inode *inode, int do_sync)
args
=
kzalloc
(
sizeof
(
*
args
),
GFP_KERNEL
);
if
(
!
args
)
{
EXOFS_DBGMSG
(
"Faild kzalloc of args
\n
"
);
EXOFS_DBGMSG
(
"Fail
e
d kzalloc of args
\n
"
);
return
-
ENOMEM
;
}
...
...
fs/exofs/ios.c
浏览文件 @
426d3107
...
...
@@ -55,7 +55,7 @@ int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj,
ret
=
osd_finalize_request
(
or
,
0
,
cred
,
NULL
);
if
(
unlikely
(
ret
))
{
EXOFS_DBGMSG
(
"Faild to osd_finalize_request() => %d
\n
"
,
ret
);
EXOFS_DBGMSG
(
"Fail
e
d to osd_finalize_request() => %d
\n
"
,
ret
);
goto
out
;
}
...
...
@@ -79,7 +79,7 @@ int exofs_get_io_state(struct exofs_layout *layout,
*/
ios
=
kzalloc
(
exofs_io_state_size
(
layout
->
s_numdevs
),
GFP_KERNEL
);
if
(
unlikely
(
!
ios
))
{
EXOFS_DBGMSG
(
"Faild kzalloc bytes=%d
\n
"
,
EXOFS_DBGMSG
(
"Fail
e
d kzalloc bytes=%d
\n
"
,
exofs_io_state_size
(
layout
->
s_numdevs
));
*
pios
=
NULL
;
return
-
ENOMEM
;
...
...
@@ -172,7 +172,7 @@ static int exofs_io_execute(struct exofs_io_state *ios)
ret
=
osd_finalize_request
(
or
,
0
,
ios
->
cred
,
NULL
);
if
(
unlikely
(
ret
))
{
EXOFS_DBGMSG
(
"Faild to osd_finalize_request() => %d
\n
"
,
EXOFS_DBGMSG
(
"Fail
e
d to osd_finalize_request() => %d
\n
"
,
ret
);
return
ret
;
}
...
...
@@ -365,7 +365,7 @@ static int _add_stripe_unit(struct exofs_io_state *ios, unsigned *cur_pg,
per_dev
->
bio
=
bio_kmalloc
(
GFP_KERNEL
,
bio_size
);
if
(
unlikely
(
!
per_dev
->
bio
))
{
EXOFS_DBGMSG
(
"Faild to allocate BIO size=%u
\n
"
,
EXOFS_DBGMSG
(
"Fail
e
d to allocate BIO size=%u
\n
"
,
bio_size
);
return
-
ENOMEM
;
}
...
...
@@ -584,7 +584,7 @@ static int _sbi_write_mirror(struct exofs_io_state *ios, int cur_comp)
master_dev
->
bio
->
bi_max_vecs
);
if
(
unlikely
(
!
bio
))
{
EXOFS_DBGMSG
(
"Faild to allocate BIO size=%u
\n
"
,
"Fail
e
d to allocate BIO size=%u
\n
"
,
master_dev
->
bio
->
bi_max_vecs
);
ret
=
-
ENOMEM
;
goto
out
;
...
...
fs/jfs/jfs_mount.c
浏览文件 @
426d3107
...
...
@@ -97,7 +97,7 @@ int jfs_mount(struct super_block *sb)
ipaimap
=
diReadSpecial
(
sb
,
AGGREGATE_I
,
0
);
if
(
ipaimap
==
NULL
)
{
jfs_err
(
"jfs_mount: Faild to read AGGREGATE_I"
);
jfs_err
(
"jfs_mount: Fail
e
d to read AGGREGATE_I"
);
rc
=
-
EIO
;
goto
errout20
;
}
...
...
@@ -148,7 +148,7 @@ int jfs_mount(struct super_block *sb)
if
((
sbi
->
mntflag
&
JFS_BAD_SAIT
)
==
0
)
{
ipaimap2
=
diReadSpecial
(
sb
,
AGGREGATE_I
,
1
);
if
(
!
ipaimap2
)
{
jfs_err
(
"jfs_mount: Faild to read AGGREGATE_I"
);
jfs_err
(
"jfs_mount: Fail
e
d to read AGGREGATE_I"
);
rc
=
-
EIO
;
goto
errout35
;
}
...
...
kernel/trace/trace_kprobe.c
浏览文件 @
426d3107
...
...
@@ -490,7 +490,7 @@ static int register_trace_probe(struct trace_probe *tp)
}
ret
=
register_probe_event
(
tp
);
if
(
ret
)
{
pr_warning
(
"Faild to register probe event(%d)
\n
"
,
ret
);
pr_warning
(
"Fail
e
d to register probe event(%d)
\n
"
,
ret
);
goto
end
;
}
...
...
net/wanrouter/wanmain.c
浏览文件 @
426d3107
...
...
@@ -471,7 +471,7 @@ static int wanrouter_device_setup(struct wan_device *wandev,
data
=
vmalloc
(
conf
->
data_size
);
if
(
!
data
)
{
printk
(
KERN_INFO
"%s: ERROR, Faild allocate kernel memory !
\n
"
,
"%s: ERROR, Fail
e
d allocate kernel memory !
\n
"
,
wandev
->
name
);
kfree
(
conf
);
return
-
ENOBUFS
;
...
...
@@ -481,7 +481,7 @@ static int wanrouter_device_setup(struct wan_device *wandev,
err
=
wandev
->
setup
(
wandev
,
conf
);
}
else
{
printk
(
KERN_INFO
"%s: ERROR, Faild to copy from user data !
\n
"
,
"%s: ERROR, Fail
e
d to copy from user data !
\n
"
,
wandev
->
name
);
err
=
-
EFAULT
;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录