Prev: Staging: comedi: fixed coding style issues in drivers.c
Next: NMI callback & register handling infrastructure in linux kernel (arch - x86)
From: Justin P. Mattock on 26 Apr 2010 01:50 Fix some comments. Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |