projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb705e0
)
greybus: fix the guard in "greybus_manifest.h"
author
Alex Elder
<elder@linaro.org>
Sat, 27 Sep 2014 01:55:32 +0000
(20:55 -0500)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 30 Sep 2014 01:06:27 +0000
(18:06 -0700)
The tag in the #ifndef guard surrounding the content of
"greybus_manifest.h" needs to be updated to reflect the
actual name of the file.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/greybus_manifest.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/greybus_manifest.h
b/drivers/staging/greybus/greybus_manifest.h
index 8865beec9bed68cfce9ab135c7a7607eb2b887d5..75dea816fa694454eca43f8e75164942a5730c78 100644
(file)
--- a/
drivers/staging/greybus/greybus_manifest.h
+++ b/
drivers/staging/greybus/greybus_manifest.h
@@
-9,8
+9,8
@@
* Released under the GPLv2 only.
*/
-#ifndef __GREYBUS_
DESC
_H
-#define __GREYBUS_
DESC
_H
+#ifndef __GREYBUS_
MANIFEST
_H
+#define __GREYBUS_
MANIFEST
_H
#pragma pack(push, 1)
@@
-95,4
+95,4
@@
struct greybus_manifest {
#pragma pack(pop)
-#endif /* __GREYBUS_
DESC
_H */
+#endif /* __GREYBUS_
MANIFEST
_H */