Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638996
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] s390/dasd: Fix typos in two comment lines |
| Date | 2017-05-10 20:10 +0200 |
| Message-ID | <tFEdI-40t-19@gated-at.bofh.it> (permalink) |
| References | <tFEdH-40t-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Wed, 10 May 2017 19:19:19 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The script “checkpatch.pl” pointed information out like the following. CHECK: '…' may be misspelled - perhaps '…'? Thus fix two descriptions. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- drivers/s390/block/dasd_eckd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c index b3709d3cba54..e78601d97a67 100644 --- a/drivers/s390/block/dasd_eckd.c +++ b/drivers/s390/block/dasd_eckd.c @@ -3863,7 +3863,7 @@ static struct dasd_ccw_req *dasd_raw_build_cp(struct dasd_device *startdev, unsigned int pfx_datasize; /* - * raw track access needs to be mutiple of 64k and on 64k boundary + * Raw track access needs to be multiple of 64k and on 64k boundary. * For read requests we can fix an incorrect alignment by padding * the request with dummy pages. */ @@ -4143,7 +4143,7 @@ dasd_eckd_fill_info(struct dasd_device * device, /* * Release device ioctl. - * Buils a channel programm to releases a prior reserved + * Builds a channel program to release a prior reserved * (see dasd_eckd_reserve) device. */ static int -- 2.12.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/3] s390/dasd: Fix typos in two comment lines SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-10 20:10 +0200
csiph-web