From a1d416a2201bb6fe4c5f63f951fc72152ceae81e Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Fri, 18 Mar 2011 09:33:56 -0700 Subject: [PATCH] --- yaml --- r: 243223 b: refs/heads/master c: 30398bf6c684a77274dbdabf7efc1f24e4a99028 h: refs/heads/master i: 243221: ea0357819a93321a2c8f1c302db7f9b300b68424 243219: 21580fab866cf2d1591c832e31c5b32c6c5842d6 243215: 92973ce854786c5f7cda7e8ca4aac91d0b951ac5 v: v3 --- [refs] | 2 +- trunk/include/linux/irq.h | 2 +- trunk/kernel/irq/manage.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index affcc3467a7b..cfcad533a618 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee38c04b58983a236b43bae71b2415d38bceaf75 +refs/heads/master: 30398bf6c684a77274dbdabf7efc1f24e4a99028 diff --git a/trunk/include/linux/irq.h b/trunk/include/linux/irq.h index 34b954e54267..b3741c83774c 100644 --- a/trunk/include/linux/irq.h +++ b/trunk/include/linux/irq.h @@ -135,7 +135,7 @@ struct msi_desc; * struct irq_data - per irq and irq chip data passed down to chip functions * @irq: interrupt number * @node: node index useful for balancing - * @state_use_accessor: status information for irq chip functions. + * @state_use_accessors: status information for irq chip functions. * Use accessor functions to deal with it * @chip: low level interrupt hardware access * @handler_data: per-IRQ data for the irq_chip methods diff --git a/trunk/kernel/irq/manage.c b/trunk/kernel/irq/manage.c index 6e8acb755993..805c6a0ce780 100644 --- a/trunk/kernel/irq/manage.c +++ b/trunk/kernel/irq/manage.c @@ -175,7 +175,7 @@ int __irq_set_affinity_locked(struct irq_data *data, const struct cpumask *mask) /** * irq_set_affinity - Set the irq affinity of a given irq * @irq: Interrupt to set affinity - * @cpumask: cpumask + * @mask: cpumask * */ int irq_set_affinity(unsigned int irq, const struct cpumask *mask)