linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/30] fix typos in comments
@ 2022-03-14 11:53 Julia Lawall
  2022-03-14 11:53 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
                   ` (34 more replies)
  0 siblings, 35 replies; 58+ messages in thread
From: Julia Lawall @ 2022-03-14 11:53 UTC (permalink / raw)
  To: linux-can
  Cc: kernel-janitors, linux-sunxi, linux-spi, target-devel,
	linux-arm-msm, linux-mtd, linux-usb, linux-media, linux-staging,
	platform-driver-x86, netdev, linux-wireless, dri-devel, amd-gfx,
	linux-kernel, linux-scsi, Laurent Pinchart, Jonas Karlman,
	Jernej Skrabec, linux-leds, Shayne Chen, Sean Wang,
	linux-arm-kernel, linux-mediatek, linux-omap, linux-clk,
	Rafael J. Wysocki, linux-rdma, Christian Borntraeger,
	Sven Schnelle, linux-s390, Matti Vaittinen, linux-power,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users

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

---

 drivers/base/devres.c                               |    4 ++--
 drivers/clk/qcom/gcc-sm6125.c                       |    2 +-
 drivers/clk/ti/clkctrl.c                            |    2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c              |    4 ++--
 drivers/gpu/drm/amd/display/dc/bios/command_table.c |    6 +++---
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                  |    2 +-
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c  |    4 ++--
 drivers/gpu/drm/sti/sti_gdp.c                       |    2 +-
 drivers/infiniband/hw/qib/qib_iba7220.c             |    4 ++--
 drivers/leds/leds-pca963x.c                         |    2 +-
 drivers/media/i2c/ov5695.c                          |    2 +-
 drivers/mfd/rohm-bd9576.c                           |    2 +-
 drivers/mtd/ubi/block.c                             |    2 +-
 drivers/net/can/usb/ucan.c                          |    4 ++--
 drivers/net/ethernet/packetengines/yellowfin.c      |    2 +-
 drivers/net/wireless/ath/ath6kl/htc_mbox.c          |    2 +-
 drivers/net/wireless/cisco/airo.c                   |    2 +-
 drivers/net/wireless/mediatek/mt76/mt7915/init.c    |    2 +-
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c |    6 +++---
 drivers/platform/x86/uv_sysfs.c                     |    2 +-
 drivers/s390/crypto/pkey_api.c                      |    2 +-
 drivers/scsi/aic7xxx/aicasm/aicasm.c                |    2 +-
 drivers/scsi/elx/libefc_sli/sli4.c                  |    2 +-
 drivers/scsi/lpfc/lpfc_mbox.c                       |    2 +-
 drivers/scsi/qla2xxx/qla_gs.c                       |    2 +-
 drivers/spi/spi-sun4i.c                             |    2 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c           |    2 +-
 drivers/usb/gadget/udc/snps_udc_core.c              |    2 +-
 fs/kernfs/file.c                                    |    2 +-
 kernel/events/core.c                                |    2 +-
 30 files changed, 39 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2022-04-14  8:48 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 11:53 [PATCH 00/30] fix typos in comments Julia Lawall
2022-03-14 11:53 ` [PATCH 01/30] drm/amd/pm: " Julia Lawall
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 ` [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 ` [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 ` [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 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 ` [PATCH 21/30] spi: sun4i: " Julia Lawall
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-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-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-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-19  3:56 ` Martin K. Petersen

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).