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>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 25 Apr 2010 22:47:22 -0700
From:	"Justin P. Mattock" <justinmattock@...il.com>
To:	trivial@...nel.org
Cc:	linux-kernel@...r.kernel.org,
	"Justin P. Mattock" <justinmattock@...il.com>
Subject: [PATCH]trivial:Fix some comments.

Fix some comments.

Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
---
 drivers/gpu/drm/nouveau/nv50_display.c |    2 +-
 drivers/s390/block/dasd_eckd.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c
index 649db4c..452ed31 100644
--- a/drivers/gpu/drm/nouveau/nv50_display.c
+++ b/drivers/gpu/drm/nouveau/nv50_display.c
@@ -239,7 +239,7 @@ nv50_display_init(struct drm_device *dev)
 	nv_wr32(dev, NV50_PDISPLAY_UNK_388, 0x150000);
 	nv_wr32(dev, NV50_PDISPLAY_UNK_38C, 0);
 
-	/* The precise purpose is unknown, i suspect it has something to do
+	/* The precise purpose is unknown, I suspect it has something to do
 	 * with text mode.
 	 */
 	if (nv_rd32(dev, NV50_PDISPLAY_INTR_1) & 0x100) {
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c
index 0cb2331..582c568 100644
--- a/drivers/s390/block/dasd_eckd.c
+++ b/drivers/s390/block/dasd_eckd.c
@@ -2291,7 +2291,7 @@ static struct dasd_ccw_req *dasd_eckd_build_cp_tpm_track(
 	} else
 		return ERR_PTR(-EINVAL);
 
-	/* trackbased I/O needs address all memory via TIDAWs,
+	/* trackbased I/O needs to address all memory via TIDAWs,
 	 * not just for 64 bit addresses. This allows us to map
 	 * each segment directly to one tidaw.
 	 */
-- 
1.6.5.GIT

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists