hal/hald/linux2 ids.c,1.5,1.6
David Zeuthen
david at freedesktop.org
Mon Aug 1 10:41:40 PDT 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv1641/hald/linux2
Modified Files:
ids.c
Log Message:
2005-08-01 David Zeuthen <davidz at redhat.com>
Patch from Danny Kukawka <danny.kukawka at web.de>.
* libhal/libhal.c, hald/linux2/ids.c: This is a patch to fix usage
of #NULL within the doxygen code documentation (replaced through
'NULL' since '#NULL' generates a warning).
Index: ids.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/ids.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ids.c 29 Jul 2005 20:32:57 -0000 1.5
+++ ids.c 1 Aug 2005 17:41:37 -0000 1.6
@@ -115,10 +115,10 @@
* @param product_id PCI product id or 0 if unknown
* @param subsys_vendor_id PCI subsystem vendor id or 0 if unknown
* @param subsys_product_id PCI subsystem product id or 0 if unknown
- * @param vendor_name Set to pointer of result or #NULL
- * @param product_name Set to pointer of result or #NULL
- * @param subsys_vendor_name Set to pointer of result or #NULL
- * @param subsys_product_name Set to pointer of result or #NULL
+ * @param vendor_name Set to pointer of result or NULL
+ * @param product_name Set to pointer of result or NULL
+ * @param subsys_vendor_name Set to pointer of result or NULL
+ * @param subsys_product_name Set to pointer of result or NULL
*/
void
ids_find_pci (int vendor_id, int product_id,
@@ -394,8 +394,8 @@
*
* @param vendor_id USB vendor id or 0 if unknown
* @param product_id USB product id or 0 if unknown
- * @param vendor_name Set to pointer of result or #NULL
- * @param product_name Set to pointer of result or #NULL
+ * @param vendor_name Set to pointer of result or NULL
+ * @param product_name Set to pointer of result or NULL
*/
void
ids_find_usb (int vendor_id, int product_id,
More information about the hal-commit
mailing list