* [PATCH] imsm: fix a typo in fprintf message
@ 2012-05-17 13:37 Lukasz Dorau
2012-05-18 3:42 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Dorau @ 2012-05-17 13:37 UTC (permalink / raw)
To: neilb; +Cc: linux-raid
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
---
super-intel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/super-intel.c b/super-intel.c
index e2ed95a..733bb38 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -10051,7 +10051,7 @@ enum imsm_reshape_type imsm_analyze_change(struct supertype *st,
geo->size );
if (current_size >= geo->size) {
fprintf(stderr,
- Name " Error. Size expanssion is "
+ Name " Error. Size expansion is "
"supported only (current size is %llu, "
"requested size /rounded/ is %llu).\n",
current_size, geo->size);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] imsm: fix a typo in fprintf message
2012-05-17 13:37 [PATCH] imsm: fix a typo in fprintf message Lukasz Dorau
@ 2012-05-18 3:42 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2012-05-18 3:42 UTC (permalink / raw)
To: Lukasz Dorau; +Cc: linux-raid
[-- Attachment #1: Type: text/plain, Size: 789 bytes --]
On Thu, 17 May 2012 15:37:24 +0200 Lukasz Dorau <lukasz.dorau@intel.com>
wrote:
> Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
> ---
> super-intel.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/super-intel.c b/super-intel.c
> index e2ed95a..733bb38 100644
> --- a/super-intel.c
> +++ b/super-intel.c
> @@ -10051,7 +10051,7 @@ enum imsm_reshape_type imsm_analyze_change(struct supertype *st,
> geo->size );
> if (current_size >= geo->size) {
> fprintf(stderr,
> - Name " Error. Size expanssion is "
> + Name " Error. Size expansion is "
> "supported only (current size is %llu, "
> "requested size /rounded/ is %llu).\n",
> current_size, geo->size);
Applied,
thanks.
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-18 3:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 13:37 [PATCH] imsm: fix a typo in fprintf message Lukasz Dorau
2012-05-18 3:42 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).