linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@redhat.com>
To: krzk@kernel.org
Cc: linux-kernel@vger.kernel.org, bh74.an@samsung.com,
	ks.giri@samsung.com, vipul.pandya@samsung.com,
	gregkh@linuxfoundation.org, tglx@linutronix.de,
	allison@lohutok.net, andrew@lunn.ch, netdev@vger.kernel.org
Subject: Re: [PATCH v2 19/20] net: ethernet: sxgbe: Rename Samsung to lowercase
Date: Mon, 06 Jan 2020 13:33:28 -0800 (PST)	[thread overview]
Message-ID: <20200106.133328.353889817169904583.davem@redhat.com> (raw)
In-Reply-To: <20200104152107.11407-20-krzk@kernel.org>

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: Sat,  4 Jan 2020 16:21:06 +0100

> Fix up inconsistent usage of upper and lowercase letters in "Samsung"
> name.
> 
> "SAMSUNG" is not an abbreviation but a regular trademarked name.
> Therefore it should be written with lowercase letters starting with
> capital letter.
> 
> Although advertisement materials usually use uppercase "SAMSUNG", the
> lowercase version is used in all legal aspects (e.g. on Wikipedia and in
> privacy/legal statements on
> https://www.samsung.com/semiconductor/privacy-global/).
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Applied.


  reply	other threads:[~2020-01-06 21:33 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200104152107.11407-1-krzk@kernel.org>
2020-01-04 15:20 ` [PATCH v2 01/20] dt-bindings: Rename Exynos to lowercase Krzysztof Kozlowski
2020-01-06 22:16   ` Rob Herring
2020-01-04 15:20 ` [PATCH v2 02/20] arm64: dts: exynos: Rename Samsung and " Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 03/20] ARM: dts: samsung: " Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 04/20] ARM: " Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 05/20] soc: " Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 06/20] thermal: exynos: " Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-04 15:20 ` [PATCH v2 07/20] media: samsung: " Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 08/20] usb: exynos: " Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 09/20] memory: samsung: Rename " Krzysztof Kozlowski
2020-01-07 20:15   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 10/20] phy: exynos: " Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 11/20] clocksource/drivers/exynos_mct: " Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-16 21:30   ` [tip: timers/core] " tip-bot2 for Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 12/20] crypto: exynos-rng - " Krzysztof Kozlowski
2020-01-09  5:15   ` Herbert Xu
2020-01-04 15:21 ` [PATCH v2 13/20] devfreq: exynos: " Krzysztof Kozlowski
2020-01-06  1:50   ` Chanwoo Choi
2020-01-04 15:21 ` [PATCH v2 14/20] drm/exynos: " Krzysztof Kozlowski
2020-01-06  8:07   ` Inki Dae
2020-01-04 15:21 ` [PATCH v2 15/20] video: exynos: " Krzysztof Kozlowski
2020-01-15 16:12   ` Bartlomiej Zolnierkiewicz
2020-01-04 15:21 ` [PATCH v2 16/20] pci: " Krzysztof Kozlowski
2020-01-04 23:54   ` Jingoo Han
2020-01-13 12:29   ` Lorenzo Pieralisi
2020-01-13 12:44     ` Krzysztof Kozlowski
2020-01-13 14:12       ` Lorenzo Pieralisi
2020-01-04 15:21 ` [PATCH v2 17/20] serial: samsung: " Krzysztof Kozlowski
2020-01-04 15:21 ` [PATCH v2 18/20] mfd: samsung: Rename Samsung " Krzysztof Kozlowski
2020-01-07 14:22   ` Lee Jones
2020-01-04 15:21 ` [PATCH v2 19/20] net: ethernet: sxgbe: " Krzysztof Kozlowski
2020-01-06 21:33   ` David Miller [this message]
2020-01-04 15:21 ` [PATCH v2 20/20] regulator: samsung: " Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200106.133328.353889817169904583.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=allison@lohutok.net \
    --cc=andrew@lunn.ch \
    --cc=bh74.an@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzk@kernel.org \
    --cc=ks.giri@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=vipul.pandya@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).