summaryrefslogtreecommitdiff
path: root/timer.h
blob: 8e869c875eda98ee3a2a40a2975e2901c1dfa484 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

#endif /* TIMER_H */
ect name='dt' onchange='this.form.submit();'>
authorJulia Lawall <julia.lawall@lip6.fr>2016-10-01 22:53:11 +0200
committerRichard Weinberger <richard@nod.at>2016-10-02 22:55:02 +0200
commitec037dfcc064f5f81982c78e95bab783568ae35f (patch)
tree94f6b99bab92ed234480d528c12a6e93424b41de
parent74e9c700bcb7529a0ab3f57d1125f4494ec97b3c (diff)
UBIFS: improve function-level documentation
Fix various inconsistencies in the documentation associated with various functions. In the case of fs/ubifs/lprops.c, the second parameter of ubifs_get_lp_stats was renamed from st to lst in commit 84abf972ccff ("UBIFS: add re-mount debugging checks") In the case of fs/ubifs/lpt_commit.c, the excess variables have never existed in the associated functions since the code was introduced into the kernel. The others appear to be straightforward typos. Issues detected using Coccinelle (http://coccinelle.lip6.fr/) Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat