https://github.com/torvalds/linux
Revision d1d67174b42a02c7d106894df0ed155d595871f7 authored by Andres Salomon on 06 March 2007, 09:42:07 UTC, committed by Linus Torvalds on 06 March 2007, 17:30:24 UTC
The description for the hrtimer_clock_base struct describes "hrtimer_base".
 That should be hrtimer_clock_base.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 8437fdc
Raw File
Tip revision: d1d67174b42a02c7d106894df0ed155d595871f7 authored by Andres Salomon on 06 March 2007, 09:42:07 UTC
[PATCH] hrtimers: hrtimer_clock_base description typo
Tip revision: d1d6717
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
back to top