Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
8e572bab
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
8e572bab
编写于
2月 02, 2011
作者:
J
Justin P. Mattock
提交者:
Jiri Kosina
2月 02, 2011
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix typos 'comamnd' -> 'command' in comments
Signed-off-by:
N
Justin P. Mattock
<
justinmattock@gmail.com
>
上级
9a756de1
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
7 addition
and
7 deletion
+7
-7
arch/ia64/include/asm/perfmon.h
arch/ia64/include/asm/perfmon.h
+1
-1
drivers/atm/firestream.c
drivers/atm/firestream.c
+1
-1
drivers/block/smart1,2.h
drivers/block/smart1,2.h
+1
-1
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2100.c
+1
-1
drivers/scsi/megaraid.c
drivers/scsi/megaraid.c
+2
-2
drivers/scsi/megaraid/megaraid_sas_base.c
drivers/scsi/megaraid/megaraid_sas_base.c
+1
-1
未找到文件。
arch/ia64/include/asm/perfmon.h
浏览文件 @
8e572bab
...
...
@@ -7,7 +7,7 @@
#define _ASM_IA64_PERFMON_H
/*
* perfmon com
am
nds supported on all CPU models
* perfmon com
ma
nds supported on all CPU models
*/
#define PFM_WRITE_PMCS 0x01
#define PFM_WRITE_PMDS 0x02
...
...
drivers/atm/firestream.c
浏览文件 @
8e572bab
...
...
@@ -1031,7 +1031,7 @@ static int fs_open(struct atm_vcc *atm_vcc)
/* We now use the "submit_command" function to submit commands to
the firestream. There is a define up near the definition of
that routine that switches this routine between immediate write
to the immediate com
am
nd registers and queuing the commands in
to the immediate com
ma
nd registers and queuing the commands in
the HPTXQ for execution. This last technique might be more
efficient if we know we're going to submit a whole lot of
commands in one go, but this driver is not setup to be able to
...
...
drivers/block/smart1,2.h
浏览文件 @
8e572bab
...
...
@@ -95,7 +95,7 @@ static unsigned long smart4_completed(ctlr_info_t *h)
/*
* This hardware returns interrupt pending at a different place and
* it does not tell us if the fifo is empty, we will have check
* that by getting a 0 back from the com
am
nd_completed call.
* that by getting a 0 back from the com
ma
nd_completed call.
*/
static
unsigned
long
smart4_intr_pending
(
ctlr_info_t
*
h
)
{
...
...
drivers/net/wireless/ipw2x00/ipw2100.c
浏览文件 @
8e572bab
...
...
@@ -1397,7 +1397,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv)
}
/*
* Send the CARD_DISABLE_PHY_OFF com
am
nd to the card to disable it
* Send the CARD_DISABLE_PHY_OFF com
ma
nd to the card to disable it
*
* After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent.
*
...
...
drivers/scsi/megaraid.c
浏览文件 @
8e572bab
...
...
@@ -1412,7 +1412,7 @@ megaraid_isr_memmapped(int irq, void *devp)
* @nstatus - number of completed commands
* @status - status of the last command completed
*
* Complete the com
am
nds and call the scsi mid-layer callback hooks.
* Complete the com
ma
nds and call the scsi mid-layer callback hooks.
*/
static
void
mega_cmd_done
(
adapter_t
*
adapter
,
u8
completed
[],
int
nstatus
,
int
status
)
...
...
@@ -4296,7 +4296,7 @@ mega_support_cluster(adapter_t *adapter)
* @adapter - pointer to our soft state
* @dma_handle - DMA address of the buffer
*
* Issue internal com
am
nds while interrupts are available.
* Issue internal com
ma
nds while interrupts are available.
* We only issue direct mailbox commands from within the driver. ioctl()
* interface using these routines can issue passthru commands.
*/
...
...
drivers/scsi/megaraid/megaraid_sas_base.c
浏览文件 @
8e572bab
...
...
@@ -877,7 +877,7 @@ megasas_issue_blocked_cmd(struct megasas_instance *instance,
* @instance: Adapter soft state
* @cmd_to_abort: Previously issued cmd to be aborted
*
* MFI firmware can abort previously issued AEN com
am
nd (automatic event
* MFI firmware can abort previously issued AEN com
ma
nd (automatic event
* notification). The megasas_issue_blocked_abort_cmd() issues such abort
* cmd and waits for return status.
* Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录