Skip to content

Commit

Permalink
Correct comments in genrtc.c to refer to correct /proc file.
Browse files Browse the repository at this point in the history
Correct documentation in genrtc.c to refer to the correct /proc
file that's used to export information: /proc/driver/rtc.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed May 9, 2007
1 parent 8b60756 commit c685ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/genrtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* This driver allows use of the real time clock (built into
* nearly all computers) from user space. It exports the /dev/rtc
* interface supporting various ioctl() and also the /proc/dev/rtc
* interface supporting various ioctl() and also the /proc/driver/rtc
* pseudo-file for status information.
*
* The ioctls can be used to set the interrupt behaviour where
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c685ce0

Please sign in to comment.