summaryrefslogtreecommitdiff
path: root/udevdb.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2003-11-24 22:27:17 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:03 -0700
commitf7b4eca455c7dbf850d984892756f22dbd9ddc3d (patch)
tree55488d985521e5b05f47ff4847b52e0fcbae3fa5 /udevdb.h
parent74894b53f8f9f4de6f269a5c0c0f8ea03baa1587 (diff)
downloadsystemd-f7b4eca455c7dbf850d984892756f22dbd9ddc3d.tar.gz
[PATCH] overall whitespace + debug text conditioning
01-overall-whitespace+debug-text-conditioning.diff o cleanup whitespace o clarify a few comments o enclose all printed debug string values in ''
Diffstat (limited to 'udevdb.h')
-rw-r--r--udevdb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/udevdb.h b/udevdb.h
index 9935e80e9c..97e1f9bc40 100644
--- a/udevdb.h
+++ b/udevdb.h
@@ -5,10 +5,10 @@
#define _UDEVDB_H_
/* Udevdb initialization flags */
-#define UDEVDB_DEFAULT 0 /* Defaults database to use file */
-#define UDEVDB_INTERNAL 1 /* Don't store db on disk, use in memory */
+#define UDEVDB_DEFAULT 0 /* defaults database to use file */
+#define UDEVDB_INTERNAL 1 /* don't store db on disk, use in memory */
-/* Function Prototypes */
+/* function prototypes */
extern void udevdb_exit(void);
extern int udevdb_init(int init_flag);