From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Wed, 11 Jan 2017 18:37:39 +0000 Subject: [PATCH v3 2/5] arm64: Work around Falkor erratum 1003 In-Reply-To: <5da456f8-fcc5-b6e2-d58b-01a671da595b@codeaurora.org> References: <20170111144118.17062-1-cov@codeaurora.org> <20170111144118.17062-2-cov@codeaurora.org> <20170111180627.GG20288@e104818-lin.cambridge.arm.com> <20170111183339.GC29247@leverpostej> <5da456f8-fcc5-b6e2-d58b-01a671da595b@codeaurora.org> Message-ID: <20170111183738.GD29247@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jan 11, 2017 at 12:35:55PM -0600, Timur Tabi wrote: > On 01/11/2017 12:33 PM, Mark Rutland wrote: > >It'll need to affect all lines since the kconfig column needs to expand > >by at least one character to fit QCOM_FALKOR_ERRATUM_1003. > > Or we can make the macro shorter. The name, as it is, is perfectly descriptive. Let's not sacrifice legibility over a non-issue. Thanks, Mark.