* [PATCH]kernel/irq/chip.c:The code notes is not fit for the function.
@ 2009-10-26 13:22 liu weni
2009-10-27 12:53 ` Jiri Kosina
2009-10-28 13:18 ` Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction Liuweni
0 siblings, 2 replies; 4+ messages in thread
From: liu weni @ 2009-10-26 13:22 UTC (permalink / raw)
To: linux-kernel
In the origin, the code notes are not fit for set_irq_msi.
I modify the code notes, and no any changes for the code.
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index c166019..da2f254 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -166,11 +166,11 @@ int set_irq_data(unsigned int irq, void *data)
EXPORT_SYMBOL(set_irq_data);
/**
- * set_irq_data - set irq type data for an irq
+ * set_irq_msi - set MSI descriptor data for an irq
* @irq: Interrupt number
* @entry: Pointer to MSI descriptor data
*
- * Set the hardware irq controller data for an irq
+ * Set the MSI descriptor entry for an irq
*/
int set_irq_msi(unsigned int irq, struct msi_desc *entry)
{
Best Regards
Liuweni
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for the function.
2009-10-26 13:22 [PATCH]kernel/irq/chip.c:The code notes is not fit for the function liu weni
@ 2009-10-27 12:53 ` Jiri Kosina
2009-10-28 13:18 ` Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction Liuweni
1 sibling, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2009-10-27 12:53 UTC (permalink / raw)
To: liu weni; +Cc: linux-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 913 bytes --]
On Mon, 26 Oct 2009, liu weni wrote:
> In the origin, the code notes are not fit for set_irq_msi.
> I modify the code notes, and no any changes for the code.
>
>
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index c166019..da2f254 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -166,11 +166,11 @@ int set_irq_data(unsigned int irq, void *data)
> EXPORT_SYMBOL(set_irq_data);
>
> /**
> - * set_irq_data - set irq type data for an irq
> + * set_irq_msi - set MSI descriptor data for an irq
> * @irq: Interrupt number
> * @entry: Pointer to MSI descriptor data
> *
> - * Set the hardware irq controller data for an irq
> + * Set the MSI descriptor entry for an irq
> */
> int set_irq_msi(unsigned int irq, struct msi_desc *entry)
> {
Please send the patch with proper Signed-off-by: line so that I can queue
it in my tree.
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction.
2009-10-26 13:22 [PATCH]kernel/irq/chip.c:The code notes is not fit for the function liu weni
2009-10-27 12:53 ` Jiri Kosina
@ 2009-10-28 13:18 ` Liuweni
2009-11-02 14:57 ` Jiri Kosina
1 sibling, 1 reply; 4+ messages in thread
From: Liuweni @ 2009-10-28 13:18 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1508 bytes --]
hi Jiri Kosina,
Thanks for your help. This is my first upload my patch.
I had repatched it to Linux kernel with Signed-off-by.
http://lkml.org/lkml/2009/10/28/12
Any problem, please let me kown.
2009-10-28
Best Regards
Liuweni
åä»¶äººï¼ Jiri Kosina
åéæ¶é´ï¼ 2009-10-27 20:53:43
æ¶ä»¶äººï¼ liu weni
æéï¼ linux-kernel
主é¢ï¼ Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction.
On Mon, 26 Oct 2009, liu weni wrote:
> In the origin, the code notes are not fit for set_irq_msi.
> I modify the code notes, and no any changes for the code.
>
>
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index c166019..da2f254 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -166,11 +166,11 @@ int set_irq_data(unsigned int irq, void *data)
> EXPORT_SYMBOL(set_irq_data);
>
> /**
> - * set_irq_data - set irq type data for an irq
> + * set_irq_msi - set MSI descriptor data for an irq
> * @irq: Interrupt number
> * @entry: Pointer to MSI descriptor data
> *
> - * Set the hardware irq controller data for an irq
> + * Set the MSI descriptor entry for an irq
> */
> int set_irq_msi(unsigned int irq, struct msi_desc *entry)
> {
Please send the patch with proper Signed-off-by: line so that I can queue
it in my tree.
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction.
2009-10-28 13:18 ` Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction Liuweni
@ 2009-11-02 14:57 ` Jiri Kosina
0 siblings, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2009-11-02 14:57 UTC (permalink / raw)
To: Liuweni; +Cc: linux-kernel
On Wed, 28 Oct 2009, Liuweni wrote:
> hi Jiri Kosina,
>
> Thanks for your help. This is my first upload my patch.
>
> I had repatched it to Linux kernel with Signed-off-by.
> http://lkml.org/lkml/2009/10/28/12
>
> Any problem, please let me kown.
In the future, please always send the patch (CC) to everyone interested,
sending web links is usually not sufficient.
I have changed the changelog slightly, and applied your patch. Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-02 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 13:22 [PATCH]kernel/irq/chip.c:The code notes is not fit for the function liu weni
2009-10-27 12:53 ` Jiri Kosina
2009-10-28 13:18 ` Re: [PATCH]kernel/irq/chip.c:The code notes is not fit for thefunction Liuweni
2009-11-02 14:57 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox