Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
mdadm.14070
0176-mdadm-fixes-some-trivial-typos-in-comments...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0176-mdadm-fixes-some-trivial-typos-in-comments.patch of Package mdadm.14070
From 5c1dec3e3e85f98c82c8253bf7e7ef5d6ce94268 Mon Sep 17 00:00:00 2001 From: Zhilong Liu <zlliu@suse.com> Date: Tue, 5 Sep 2017 17:41:38 +0800 Subject: [PATCH] mdadm: fixes some trivial typos in comments Git-commit: 5c1dec3e3e85f98c82c8253bf7e7ef5d6ce94268 Patch-mainline: mdadm-4.0+ References: bsc#1069165, bsc#1069167, bsc#1068030 fix some trivial typos in comments. Signed-off-by: Zhilong Liu <zlliu@suse.com> Signed-off-by: Jes Sorensen <jsorensen@fb.com> Signed-off-by: Coly Li <colyli@suse.de> --- ReadMe.c | 2 +- super1.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ReadMe.c b/ReadMe.c index eb8fb4b..4d871e9 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -342,7 +342,7 @@ char OptionHelp[] = */ char Help_create[] = -"Usage: mdadm --create device -chunk=X --level=Y --raid-devices=Z devices\n" +"Usage: mdadm --create device --chunk=X --level=Y --raid-devices=Z devices\n" "\n" " This usage will initialise a new md array, associate some\n" " devices with it, and activate the array. In order to create an\n" diff --git a/super1.c b/super1.c index f6a1045..3cfbbc0 100644 --- a/super1.c +++ b/super1.c @@ -89,12 +89,12 @@ struct mdp_superblock_1 { /* bad block log. If there are any bad blocks the feature flag is set. * if offset and size are non-zero, that space is reserved and available. */ - __u8 bblog_shift; /* shift from sectors to block size for badblocklist */ - __u16 bblog_size; /* number of sectors reserved for badblocklist */ + __u8 bblog_shift; /* shift from sectors to block size for badblock list */ + __u16 bblog_size; /* number of sectors reserved for badblock list */ __u32 bblog_offset; /* sector offset from superblock to bblog, signed */ /* array state information - 64 bytes */ - __u64 utime; /* 40 bits second, 24 btes microseconds */ + __u64 utime; /* 40 bits second, 24 bits microseconds */ __u64 events; /* incremented when superblock updated */ __u64 resync_offset; /* data before this offset (from data_offset) known to be in sync */ __u32 sb_csum; /* checksum upto dev_roles[max_dev] */ @@ -2396,7 +2396,7 @@ add_internal_bitmap1(struct supertype *st, /* * If not may_change, then this is a 'Grow' without sysfs support for * bitmaps, and the bitmap must fit after the superblock at 1K offset. - * If may_change, then this is create or a Grow with sysfs syupport, + * If may_change, then this is create or a Grow with sysfs support, * and we can put the bitmap wherever we like. * * size is in sectors, chunk is in bytes !!! -- 2.13.6
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor