[v3,2/2] uapi: fix header guard in include/uapi/linux/stddef.h

Message ID b1f5081e-339d-421d-81b2-cbb94e1f6f5f@p183
State New
Headers
Series [v3,1/2] uapi: fix __DECLARE_FLEX_ARRAY for C++ |

Commit Message

Alexey Dobriyan Sept. 12, 2023, 4:23 p.m. UTC
  Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 include/uapi/linux/stddef.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

--- a/include/uapi/linux/stddef.h
+++ b/include/uapi/linux/stddef.h
@@ -50,8 +50,9 @@ 
 		TYPE NAME[]; \
 	}
 #endif
-#endif
 
 #ifndef __counted_by
 #define __counted_by(m)
 #endif
+
+#endif