Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
a58a414f
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a58a414f
编写于
1月 10, 2006
作者:
A
Adrian Bunk
提交者:
Adrian Bunk
1月 10, 2006
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
spelling: s/usefull/useful/
Signed-off-by:
N
Adrian Bunk
<
bunk@stusta.de
>
上级
f17578de
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
13 addition
and
13 deletion
+13
-13
Documentation/networking/sk98lin.txt
Documentation/networking/sk98lin.txt
+1
-1
Documentation/power/swsusp.txt
Documentation/power/swsusp.txt
+2
-2
Makefile
Makefile
+1
-1
arch/xtensa/kernel/time.c
arch/xtensa/kernel/time.c
+1
-1
drivers/media/radio/radio-sf16fmr2.c
drivers/media/radio/radio-sf16fmr2.c
+1
-1
drivers/net/sk98lin/skdim.c
drivers/net/sk98lin/skdim.c
+1
-1
drivers/net/sk98lin/skge.c
drivers/net/sk98lin/skge.c
+1
-1
drivers/net/sk98lin/skgepnmi.c
drivers/net/sk98lin/skgepnmi.c
+4
-4
drivers/w1/Kconfig
drivers/w1/Kconfig
+1
-1
未找到文件。
Documentation/networking/sk98lin.txt
浏览文件 @
a58a414f
...
...
@@ -245,7 +245,7 @@ Default: Both
This parameters is only relevant if auto-negotiation for this port is
not set to "Sense". If auto-negotiation is set to "On", all three values
are possible. If it is set to "Off", only "Full" and "Half" are allowed.
This parameter is useful
l
if your link partner does not support all
This parameter is useful if your link partner does not support all
possible combinations.
Flow Control
...
...
Documentation/power/swsusp.txt
浏览文件 @
a58a414f
...
...
@@ -212,7 +212,7 @@ A: Try running
cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null
after resume. swapoff -a; swapon -a may also be useful
l
.
after resume. swapoff -a; swapon -a may also be useful.
Q: What happens to devices during swsusp? They seem to be resumed
during system suspend?
...
...
@@ -323,7 +323,7 @@ to be useless to try to suspend to disk while that app is running?
A: No, it should work okay, as long as your app does not mlock()
it. Just prepare big enough swap partition.
Q: What information is useful
l
for debugging suspend-to-disk problems?
Q: What information is useful for debugging suspend-to-disk problems?
A: Well, last messages on the screen are always useful. If something
is broken, it is usually some kernel driver, therefore trying with as
...
...
Makefile
浏览文件 @
a58a414f
...
...
@@ -251,7 +251,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD
# If it is set to "silent_", nothing wil be printed at all, since
# the variable $(silent_cmd_cc_o_c) doesn't exist.
#
# A simple variant is to prefix commands with $(Q) - that's useful
l
# A simple variant is to prefix commands with $(Q) - that's useful
# for commands that shall be hidden in non-verbose mode.
#
# $(Q)ln $@ :<
...
...
arch/xtensa/kernel/time.c
浏览文件 @
a58a414f
...
...
@@ -201,7 +201,7 @@ irqreturn_t timer_interrupt (int irq, void *dev_id, struct pt_regs *regs)
if
((
signed
long
)(
get_ccount
()
-
next
)
>
0
)
goto
again
;
/* Allow platform to do something useful
l
(Wdog). */
/* Allow platform to do something useful (Wdog). */
platform_heartbeat
();
...
...
drivers/media/radio/radio-sf16fmr2.c
浏览文件 @
a58a414f
...
...
@@ -48,7 +48,7 @@ static int io = 0x384;
static
int
radio_nr
=
-
1
;
/* hw precision is 12.5 kHz
* It is only useful
l
to give freq in intervall of 200 (=0.0125Mhz),
* It is only useful to give freq in intervall of 200 (=0.0125Mhz),
* other bits will be truncated
*/
#define RSF16_ENCODE(x) ((x)/200+856)
...
...
drivers/net/sk98lin/skdim.c
浏览文件 @
a58a414f
...
...
@@ -180,7 +180,7 @@ SkDimModerate(SK_AC *pAC) {
/*
** The number of interrupts per sec is the same as expected.
** Evalulate the descriptor-ratio. If it has changed, a resize
** in the moderation timer might be useful
l
** in the moderation timer might be useful
*/
if
(
M_DIMINFO
.
AutoSizing
)
{
ResizeDimTimerDuration
(
pAC
);
...
...
drivers/net/sk98lin/skge.c
浏览文件 @
a58a414f
...
...
@@ -2851,7 +2851,7 @@ unsigned long Flags; /* for spin lock */
* Description:
* This function is called if an ioctl is issued on the device.
* There are three subfunction for reading, writing and test-writing
* the private MIB data structure (useful
l
for SysKonnect-internal tools).
* the private MIB data structure (useful for SysKonnect-internal tools).
*
* Returns:
* 0, if everything is ok
...
...
drivers/net/sk98lin/skgepnmi.c
浏览文件 @
a58a414f
...
...
@@ -611,7 +611,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
* Description:
* Calls a general sub-function for all this stuff. The preset does
* the same as a set, but returns just before finally setting the
* new value. This is useful
l
to check if a set might be successfull.
* new value. This is useful to check if a set might be successfull.
* If the instance -1 is passed, an array of values is supposed and
* all instances of the OID will be set.
*
...
...
@@ -654,7 +654,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
* Description:
* Calls a general sub-function for all this stuff. The preset does
* the same as a set, but returns just before finally setting the
* new value. This is useful
l
to check if a set might be successfull.
* new value. This is useful to check if a set might be successfull.
* If the instance -1 is passed, an array of values is supposed and
* all instances of the OID will be set.
*
...
...
@@ -870,7 +870,7 @@ SK_U32 NetIndex) /* NetIndex (0..n), in single net mode always zero */
* Description:
* Calls a general sub-function for all this set stuff. The preset does
* the same as a set, but returns just before finally setting the
* new value. This is useful
l
to check if a set might be successfull.
* new value. This is useful to check if a set might be successfull.
* The sub-function runs through the IdTable, checks which OIDs are able
* to set, and calls the handler function of the OID to perform the
* preset. The return value of the function will also be stored in
...
...
@@ -6473,7 +6473,7 @@ unsigned int PhysPortIndex) /* Physical port index */
*
* Description:
* The COMMON module only tells us if the mode is half or full duplex.
* But in the decade of auto sensing it is useful
l
for the user to
* But in the decade of auto sensing it is useful for the user to
* know if the mode was negotiated or forced. Therefore we have a
* look to the mode, which was last used by the negotiation process.
*
...
...
drivers/w1/Kconfig
浏览文件 @
a58a414f
...
...
@@ -3,7 +3,7 @@ menu "Dallas's 1-wire bus"
config W1
tristate "Dallas's 1-wire support"
---help---
Dallas's 1-wire bus is useful
l
to connect slow 1-pin devices
Dallas's 1-wire bus is useful to connect slow 1-pin devices
such as iButtons and thermal sensors.
If you want W1 support, you should say Y here.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录