From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759586AbdAKIy5 (ORCPT ); Wed, 11 Jan 2017 03:54:57 -0500 Received: from mga01.intel.com ([192.55.52.88]:35756 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755AbdAKIyz (ORCPT ); Wed, 11 Jan 2017 03:54:55 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,345,1477983600"; d="scan'208";a="807555330" From: Jani Nikula To: Joe Perches , Jonathan Corbet Cc: Mauro Carvalho Chehab , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: Make CodingStyle and SubmittingPatches symlinks In-Reply-To: <4a5d167c038ac98c51bd034855f1dca9a3e0f6fb.1484086131.git.joe@perches.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <4a5d167c038ac98c51bd034855f1dca9a3e0f6fb.1484086131.git.joe@perches.com> Date: Wed, 11 Jan 2017 10:54:33 +0200 Message-ID: <87tw967z92.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Jan 2017, Joe Perches wrote: > Make these files symlinks to the .rst equivalents If we're going to do this (and I really don't mind either way), then please add Fixes: 08a9a8d44c1c ("doc: re-add CodingStyle and SubmittingPatches") and queue to v4.10-rc. BR, Jani. > > Signed-off-by: Joe Perches > --- > Documentation/CodingStyle | 2 +- > Documentation/SubmittingPatches | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > mode change 100644 => 120000 Documentation/CodingStyle > mode change 100644 => 120000 Documentation/SubmittingPatches > > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > deleted file mode 100644 > index 320983ca114e..000000000000 > --- a/Documentation/CodingStyle > +++ /dev/null > @@ -1 +0,0 @@ > -This file has moved to process/coding-style.rst > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle > new file mode 120000 > index 000000000000..5aacf7ea935a > --- /dev/null > +++ b/Documentation/CodingStyle > @@ -0,0 +1 @@ > +./process/coding-style.rst > \ No newline at end of file > diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches > deleted file mode 100644 > index 81455705e4a6..000000000000 > --- a/Documentation/SubmittingPatches > +++ /dev/null > @@ -1 +0,0 @@ > -This file has moved to process/submitting-patches.rst > diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches > new file mode 120000 > index 000000000000..5ca6e8ba3682 > --- /dev/null > +++ b/Documentation/SubmittingPatches > @@ -0,0 +1 @@ > +./process/submitting-patches.rst > \ No newline at end of file -- Jani Nikula, Intel Open Source Technology Center