From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D2BBC2D0C2 for ; Fri, 3 Jan 2020 17:12:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DF9A22465A for ; Fri, 3 Jan 2020 17:12:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578071577; bh=6sqbGcn0je4wFW/TxlyESiINV9NRJSSETNDpI9HWKVU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=BSRnn5gmEtxTaebt4Mm/K5cNbFz54hYbXv5DfMe+FcHR3AoJcekEKXg0FvwXr9ZRB SAjl2DzaxxPVnznn+4UIgzdxKfa4YiMoTwCuul2rRO9fB92ktYGqnrP0L5WS3Sfb8H oAoT9EWTPzq5HrX6ONfsjt42k+etzY8uWoiPlbJc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728366AbgACRM4 (ORCPT ); Fri, 3 Jan 2020 12:12:56 -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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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 */ -- 2.17.1