lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 17 Sep 2018 20:35:43 +0200
From:   Jakub Lewalski <jakub.lewalski@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     trivial@...nel.org, Jakub Lewalski <jakub.lewalski@...il.com>
Subject: [PATCH] spi/pl022.h fix name of struct in documentation

Fix name of struct in documentation. Previous one was incorrect.

Signed-off-by: Jakub Lewalski <jakub.lewalski@...il.com>
---
 include/linux/amba/pl022.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/linux/amba/pl022.h b/include/linux/amba/pl022.h
index 854b7294f6c6..28be2db03550 100644
--- a/include/linux/amba/pl022.h
+++ b/include/linux/amba/pl022.h
@@ -230,7 +230,9 @@ enum ssp_chip_select {
 
 struct dma_chan;
 /**
- * struct pl022_ssp_master - device.platform_data for SPI controller devices.
+ * struct pl022_ssp_controller - device.platform_data for SPI
+ * controller devices.
+ *
  * @bus_id: identifier for this bus
  * @num_chipselect: chipselects are used to distinguish individual
  *     SPI slaves, and are numbered from zero to num_chipselects - 1.
-- 
2.19.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ