RE: [PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-14 Thread Nguyen, Tom L
On Friday, March 11, 2005 11:28 PM Greg KH wrote: >> + >> +LIST_HEAD(evt_queue); /* Define Event Queue List */ > >Make this static? Agree, will make this static. Good comment! Thanks. >> + >> +/** >> + * evt_queue_pop - restore an event node from an event log list >> + *

RE: [PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-14 Thread Nguyen, Tom L
On Friday, March 11, 2005 11:28 PM Greg KH wrote: + +LIST_HEAD(evt_queue); /* Define Event Queue List */ Make this static? Agree, will make this static. Good comment! Thanks. + +/** + * evt_queue_pop - restore an event node from an event log list + * @where: either

Re: [PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-12 Thread Greg KH
On Fri, Mar 11, 2005 at 04:14:40PM -0800, long wrote: > This patch includes the source code of event-logged component of PCI > Express Advanced Error Reporting driver. > > Signed-off-by: T. Long Nguyen <[EMAIL PROTECTED]> > > >

Re: [PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-12 Thread Greg KH
On Fri, Mar 11, 2005 at 04:14:40PM -0800, long wrote: This patch includes the source code of event-logged component of PCI Express Advanced Error Reporting driver. Signed-off-by: T. Long Nguyen [EMAIL PROTECTED] diff

[PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-11 Thread long
This patch includes the source code of event-logged component of PCI Express Advanced Error Reporting driver. Signed-off-by: T. Long Nguyen <[EMAIL PROTECTED]> diff -urpN linux-2.6.11-rc5/drivers/pci/pcie/aer/aerdrv_event.c

[PATCH 3/6] PCI Express Advanced Error Reporting Driver

2005-03-11 Thread long
This patch includes the source code of event-logged component of PCI Express Advanced Error Reporting driver. Signed-off-by: T. Long Nguyen [EMAIL PROTECTED] diff -urpN linux-2.6.11-rc5/drivers/pci/pcie/aer/aerdrv_event.c