Re: [PATCH]trivial:Fix some comments.

From: Justin P. Mattock
Date: Mon May 03 2010 - 09:26:59 EST


On 04/25/2010 10:47 PM, Justin P. Mattock wrote:
Fix some comments.

Signed-off-by: Justin P. Mattock<justinmattock@xxxxxxxxx>
---
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.
*/


no response on this
fame or shame?

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