All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julia Lawall <Julia.Lawall@inria.fr>
To: Mark Brown <broonie@kernel.org>
Cc: kernel-janitors@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 21/30] spi: sun4i: fix typos in comments
Date: Mon, 14 Mar 2022 12:53:45 +0100	[thread overview]
Message-ID: <20220314115354.144023-22-Julia.Lawall@inria.fr> (raw)
In-Reply-To: <20220314115354.144023-1-Julia.Lawall@inria.fr>

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/spi/spi-sun4i.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-sun4i.c b/drivers/spi/spi-sun4i.c
index 1fdfc6e6691d..6000d0761206 100644
--- a/drivers/spi/spi-sun4i.c
+++ b/drivers/spi/spi-sun4i.c
@@ -280,7 +280,7 @@ static int sun4i_spi_transfer_one(struct spi_master *master,
 	 * SPI_CLK = MOD_CLK / (2 ^ (cdr + 1))
 	 * Or we can use CDR2, which is calculated with the formula:
 	 * SPI_CLK = MOD_CLK / (2 * (cdr + 1))
-	 * Wether we use the former or the latter is set through the
+	 * Whether we use the former or the latter is set through the
 	 * DRS bit.
 	 *
 	 * First try CDR2, and if we can't reach the expected


WARNING: multiple messages have this Message-ID (diff)
From: Julia Lawall <Julia.Lawall@inria.fr>
To: Mark Brown <broonie@kernel.org>
Cc: kernel-janitors@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 21/30] spi: sun4i: fix typos in comments
Date: Mon, 14 Mar 2022 12:53:45 +0100	[thread overview]
Message-ID: <20220314115354.144023-22-Julia.Lawall@inria.fr> (raw)
In-Reply-To: <20220314115354.144023-1-Julia.Lawall@inria.fr>

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/spi/spi-sun4i.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-sun4i.c b/drivers/spi/spi-sun4i.c
index 1fdfc6e6691d..6000d0761206 100644
--- a/drivers/spi/spi-sun4i.c
+++ b/drivers/spi/spi-sun4i.c
@@ -280,7 +280,7 @@ static int sun4i_spi_transfer_one(struct spi_master *master,
 	 * SPI_CLK = MOD_CLK / (2 ^ (cdr + 1))
 	 * Or we can use CDR2, which is calculated with the formula:
 	 * SPI_CLK = MOD_CLK / (2 * (cdr + 1))
-	 * Wether we use the former or the latter is set through the
+	 * Whether we use the former or the latter is set through the
 	 * DRS bit.
 	 *
 	 * First try CDR2, and if we can't reach the expected


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-03-14 11:55 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` Julia Lawall
2022-03-14 11:53 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:48   ` Alex Deucher
2022-03-15 15:48     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 02/30] scsi: lpfc: " Julia Lawall
2022-03-14 11:53 ` [PATCH 03/30] ath6kl: " Julia Lawall
2022-03-18 15:39   ` Kalle Valo
2022-03-14 11:53 ` [PATCH 04/30] kernfs: " Julia Lawall
2022-03-14 11:53 ` [PATCH 05/30] x86/platform/uv: " Julia Lawall
2022-03-14 18:03   ` Ernst, Justin
2022-03-14 11:53 ` [PATCH 06/30] drm/bridge: analogix_dp: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 12:08   ` Robert Foss
2022-03-14 11:53 ` [PATCH 07/30] staging: rtl8723bs: " Julia Lawall
2022-03-14 11:53 ` [PATCH 08/30] leds: pca963x: " Julia Lawall
2022-03-14 11:53 ` [PATCH 09/30] media: i2c: ov5695: " Julia Lawall
2022-04-14  8:48   ` Sakari Ailus
2022-03-14 11:53 ` [PATCH 10/30] mt76: mt7915: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53 ` [PATCH 11/30] usb: gadget: udc: " Julia Lawall
2022-03-14 11:53 ` [PATCH 12/30] drivers: net: packetengines: " Julia Lawall
2022-03-14 17:06   ` Jakub Kicinski
2022-03-14 17:13     ` Julia Lawall
2022-03-14 11:53 ` [PATCH 13/30] UBI: block: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53 ` [PATCH 14/30] clk: ti: clkctrl: " Julia Lawall
2022-03-15 22:48   ` Stephen Boyd
2022-03-14 11:53 ` [PATCH 15/30] clk: qcom: sm6125-gcc: " Julia Lawall
2022-03-15 22:49   ` Stephen Boyd
2022-03-14 11:53 ` [PATCH 16/30] drm/sti: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 14:59   ` Alain Volmat
2022-03-14 14:59     ` Alain Volmat
2022-03-14 11:53 ` [PATCH 17/30] scsi: elx: libefc_sli: " Julia Lawall
2022-03-14 11:53 ` [PATCH 18/30] devres: " Julia Lawall
2022-03-14 11:53 ` [PATCH 19/30] rtlwifi: rtl8821ae: " Julia Lawall
2022-03-15  0:29   ` Pkshih
2022-03-16 15:31   ` Kalle Valo
2022-03-14 11:53 ` [PATCH 20/30] airo: " Julia Lawall
2022-03-14 11:53 ` Julia Lawall [this message]
2022-03-14 11:53   ` [PATCH 21/30] spi: sun4i: " Julia Lawall
2022-03-14 14:35   ` Chen-Yu Tsai
2022-03-14 14:35     ` Chen-Yu Tsai
2022-03-14 11:53 ` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: " Julia Lawall
2022-03-15  0:14   ` Jason Gunthorpe
2022-03-14 11:53 ` [PATCH 23/30] drm/amdgpu/dc: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:51   ` Alex Deucher
2022-03-15 15:51     ` Alex Deucher
2022-03-15 15:51     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 24/30] scsi: qla2xxx: " Julia Lawall
2022-03-14 11:53 ` [PATCH 25/30] treewide: " Julia Lawall
2022-03-14 11:53 ` [PATCH 26/30] s390/pkey: " Julia Lawall
2022-03-14 11:53 ` [PATCH 27/30] can: ucan: " Julia Lawall
2022-03-14 12:05   ` Marc Kleine-Budde
2022-03-14 13:03     ` Julia Lawall
2022-03-14 13:36       ` Marc Kleine-Budde
2022-03-14 11:53 ` [PATCH 28/30] mfd: bd9576: " Julia Lawall
2022-03-15 10:13   ` Vaittinen, Matti
2022-03-22  7:28   ` Lee Jones
2022-03-14 11:53 ` [PATCH 29/30] drm/amdgpu: " Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-14 11:53   ` Julia Lawall
2022-03-15 15:50   ` Alex Deucher
2022-03-15 15:50     ` Alex Deucher
2022-03-14 11:53 ` [PATCH 30/30] perf/core: " Julia Lawall
2022-03-17  3:09   ` Ian Rogers
2022-03-14 20:30 ` [PATCH 00/30] " patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-14 20:30   ` patchwork-bot+netdevbpf
2022-03-15  4:33 ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  4:33   ` Martin K. Petersen
2022-03-15  5:35 ` Joe Perches
2022-03-15  7:11   ` Julia Lawall
2022-03-15 13:40 ` (subset) " Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-15 13:40   ` Mark Brown
2022-03-19  3:56 ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen
2022-03-19  3:56   ` Martin K. Petersen

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=20220314115354.144023-22-Julia.Lawall@inria.fr \
    --to=julia.lawall@inria.fr \
    --cc=broonie@kernel.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=wens@csie.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.