[PATCH 1/1] doc: fix typo device_compat/.h

%s/device_compat/.h/device_compat.h/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- doc/develop/codingstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 3d05a6b988..b25bfbd271 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -120,7 +120,7 @@ then headers with directories, then local files: #include <others.h> #include <asm/...> #include <arm/arch/...> - #include <dm/device_compat/.h> + #include <dm/device_compat.h> #include <linux/...> #include "local.h"

On Mon, 24 Jul 2023 at 02:53, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/device_compat/.h/device_compat.h/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
doc/develop/codingstyle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 3d05a6b988..b25bfbd271 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -120,7 +120,7 @@ then headers with directories, then local files: #include <others.h> #include <asm/...> #include <arm/arch/...>
- #include <dm/device_compat/.h>
- #include <dm/device_compat.h> #include <linux/...> #include "local.h"
-- 2.40.1
participants (2)
-
Heinrich Schuchardt
-
Simon Glass