LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Correct comment to refer to proper /proc file.
@ 2007-02-22 21:19 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2007-02-22 21:19 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: trivial
Correct a comment that information is exported via, not /proc/rtc,
but /proc/driver/rtc.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
---
diff --git a/drivers/char/genrtc.c b/drivers/char/genrtc.c
index 23b25ad..ea05265 100644
--- a/drivers/char/genrtc.c
+++ b/drivers/char/genrtc.c
@@ -377,7 +377,7 @@ static int gen_rtc_release(struct inode *inode, struct file *file)
#ifdef CONFIG_PROC_FS
/*
- * Info exported via "/proc/rtc".
+ * Info exported via "/proc/driver/rtc".
*/
static int gen_rtc_proc_output(char *buf)
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-22 21:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-22 21:19 [PATCH] Correct comment to refer to proper /proc file Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).