From 08a9a8d44c1c0e1b6d765a627b6f895dc6202e9b Mon Sep 17 00:00:00 2001
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Date: Tue, 18 Oct 2016 09:22:55 -0200
Subject: [PATCH] doc: re-add CodingStyle and SubmittingPatches

Those files got moved to Documentation/process, but as they're very
well known files, add pointers to their new locations.

PS.: I opted to not merge this patch with the previous one
in order to make the diff of the previous one more consistent,
as it will show only renames.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
---
 Documentation/CodingStyle       | 1 +
 Documentation/SubmittingPatches | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 Documentation/CodingStyle
 create mode 100644 Documentation/SubmittingPatches

diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
new file mode 100644
index 0000000000000..320983ca114e7
--- /dev/null
+++ b/Documentation/CodingStyle
@@ -0,0 +1 @@
+This file has moved to process/coding-style.rst
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
new file mode 100644
index 0000000000000..81455705e4a62
--- /dev/null
+++ b/Documentation/SubmittingPatches
@@ -0,0 +1 @@
+This file has moved to process/submitting-patches.rst
-- 
GitLab