diff options
-rw-r--r-- | Documentation/coding-style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index 053fdd99..72cb28d2 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -59,7 +59,7 @@ document: underscores in between * All formatting rules specified in the selected sections of the Linux kernel Code Style for indentation, braces, spacing, etc -* Header guards are formatted as '__LIBCAMERA_FILE_NAME_H__' +* Headers are guarded by the use of '#pragma once' Order of Includes ~~~~~~~~~~~~~~~~~ |