[RFC][PATCH] irq: restrict the numbers of misrouted interrupt (per second).

2013-11-18 Thread Warner Wang
ents on it, all kinds of comments are welcome. Signed-off-by: Warner Wang --- include/linux/irqdesc.h |1 + kernel/irq/irqdesc.c|1 + kernel/irq/manage.c |1 + kernel/irq/spurious.c | 14 +++--- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/i

[PATCH] sysfs: sysfs_link_sibling(): fix typo in comment

2013-05-12 Thread Warner Wang
Fix a typo subling->sibling in the comment of sysfs_link_sibling(). Signed-off-by: Warner Wang --- fs/sysfs/dir.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index e8e0e71..17c9a70 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/di