diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-17 22:09:35 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-17 22:09:35 +0300 |
commit | 37aa7319cd81a0eb587e552b0ec7e88c03853bf7 (patch) | |
tree | 42e7fcc140b411bca74dc9d4c0585976d2cd0343 /Documentation/timers | |
parent | bb7aeae3d680c2c777f54274b0270ced0599f33d (diff) | |
parent | abfa6cd8cda71b9071191e72711bd474e539b1b2 (diff) | |
download | linux-37aa7319cd81a0eb587e552b0ec7e88c03853bf7.tar.xz |
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Pul documentation update from Jon Corbet:
"Another relatively boring cycle for the docs tree: typo fixes,
translation updates, etc"
* tag 'docs-for-linus' of git://git.lwn.net/linux:
modsign: Fix documentation on module signing enforcement parameter.
Doc: nfs: Fix typos in Documentation/filesystems/nfs
Documentation: kselftest: Remove duplicate word
doc: fix grammar
Documentation: Howto: Fixed subtitles style
Doc: ARM: Fix a typo in clksrc-change-registers.awk
Documentation/ko_KR: update maintainer information
Documentation: Fix int/unsigned int comparison
Documentation: Chinese translation of arm64/silicon-errata.txt
Documentation:Update Documentation/zh_CN/arm64/booting.txt
Documentation: HOWTO: remove obsolete info about regression postings
Doc: ja_JP: Fix a typo in HOWTO
Doc: i2c: Fix typo in Documentation/i2c
Doc: DocBook: Fix a typo in device-drivers.tmpl
Remove "arch" usage in Documentation/features/list-arch.sh
README: cosmetic fixes
Documentation/CodingStyle: add space before parenthesis in example macro
SubmittingPatches: fix spelling of "git send-email"
Diffstat (limited to 'Documentation/timers')
-rw-r--r-- | Documentation/timers/hpet_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/timers/hpet_example.c b/Documentation/timers/hpet_example.c index 9a3e7012c190..3ab4993d85e0 100644 --- a/Documentation/timers/hpet_example.c +++ b/Documentation/timers/hpet_example.c @@ -49,7 +49,7 @@ struct hpet_command { int main(int argc, const char ** argv) { - int i; + unsigned int i; argc--; argv++; |