remarkable-linux/drivers/staging/dgnc/dgnc_utils.h
Tobin C. Harding 2539fc0c7c staging: dgnc: remove double underscore
Pre-processor header guards use double underscore, typically kernel
code uses single underscore when defining header guards. 'endif'
statement should include what is ending as a comment string.

Remove double underscore, add comment string to 'endif'

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-29 09:37:10 +02:00

7 lines
102 B
C

#ifndef _DGNC_UTILS_H
#define _DGNC_UTILS_H
int dgnc_ms_sleep(ulong ms);
#endif /* _DGNC_UTILS_H */