aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/timers/hpet_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/timers/hpet_example.c')
-rw-r--r--Documentation/timers/hpet_example.c2
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++;