summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/errno.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/errno.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/errno.h b/drivers/gpu/nvgpu/include/nvgpu/errno.h
index 12ba118e..7e8b1105 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/errno.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/errno.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef __NVGPU_ERRNO_H__ 23#ifndef NVGPU_ERRNO_H
24#define __NVGPU_ERRNO_H__ 24#define NVGPU_ERRNO_H
25 25
26/* 26/*
27 * Explicit include to get all the -E* error messages. Useful for header files 27 * Explicit include to get all the -E* error messages. Useful for header files
@@ -38,4 +38,4 @@
38 * TODO: add else path above for QNX. 38 * TODO: add else path above for QNX.
39 */ 39 */
40 40
41#endif 41#endif /* NVGPU_ERRNO_H */