From patchwork Fri Jan 3 17:11:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11317173 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EF05C17F0 for ; Fri, 3 Jan 2020 17:13:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C309D20866 for ; Fri, 3 Jan 2020 17:13:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578071597; bh=6sqbGcn0je4wFW/TxlyESiINV9NRJSSETNDpI9HWKVU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=2SkdRcMWZvxY1Ln7OJHyB7wo/fH66JFIqfWI3bJB4gsD4+mQtsGpJRyeOBbbv1knO NWF6DnH5rsKlXMxH/5cZPg0i6N2NVSDMe3RBsVY1WLnD19vDey3Opif+osrqZ5H6cZ +w3yhe5xhI2yFWGCZ0fjgEs7z3+QfhfdWR2eiovs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728350AbgACRMx (ORCPT ); Fri, 3 Jan 2020 12:12:53 -0500 Received: from mail.kernel.org ([198.145.29.99]:48248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728344AbgACRMv (ORCPT ); Fri, 3 Jan 2020 12:12:51 -0500 Received: from localhost.localdomain (unknown [194.230.155.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 21F84215A4; Fri, 3 Jan 2020 17:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578071571; bh=6sqbGcn0je4wFW/TxlyESiINV9NRJSSETNDpI9HWKVU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HFakAl0UWE01TpNamEiYYhQsDEUiuuaiA7TSRabYMWjoA/jCi5Tcts3k9w1qVSLiX e29lr2ii9ZZiuSjaV0N6kZXudeZuc+pvf5G3iNfD8HDeguwyHj2Zs/m8FUwTrx418a v+xHIN8lBIIlTQi7xkcsmGlFRHpUpMF2rDPzxRBU= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org Subject: [PATCH 14/19] video: exynos: Rename Exynos to lowercase Date: Fri, 3 Jan 2020 18:11:26 +0100 Message-Id: <20200103171131.9900-15-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200103171131.9900-1-krzk@kernel.org> References: <20200103171131.9900-1-krzk@kernel.org> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Fix up inconsistent usage of upper and lowercase letters in "Exynos" name. "EXYNOS" is not an abbreviation but a regular trademarked name. Therefore it should be written with lowercase letters starting with capital letter. The lowercase "Exynos" name is promoted by its manufacturer Samsung Electronics Co., Ltd., in advertisement materials and on website. Signed-off-by: Krzysztof Kozlowski --- include/video/samsung_fimd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h index b6571c3cfa31..c4a93ce1de48 100644 --- a/include/video/samsung_fimd.h +++ b/include/video/samsung_fimd.h @@ -10,7 +10,7 @@ * * This is the register set for the fimd and new style framebuffer interface * found from the S3C2443 onwards into the S3C2416, S3C2450, the - * S3C64XX series such as the S3C6400 and S3C6410, and EXYNOS series. + * S3C64XX series such as the S3C6400 and S3C6410, and Exynos series. */ /* VIDCON0 */