Message ID | 20230110-vv-coverity-fixes-v1-4-c7ee6c76b200@intel.com |
---|---|
State | Accepted |
Commit | 58d41b3d9cea8e1695fe66439c95348284a498a1 |
Headers | show |
Series | cxl: misc coverity and typo fixes | expand |
On Tue, Jan 10, 2023 at 04:09:17PM -0700, Vishal Verma wrote: > Fix a typo: s/separted/separated/ > > Cc: Dan Williams <dan.j.williams@intel.com> > Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> Reviewed-by: Alison Schofield <alison.schofield@intel.com> > --- > cxl/region.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cxl/region.c b/cxl/region.c > index 89be9b5..efe05aa 100644 > --- a/cxl/region.c > +++ b/cxl/region.c > @@ -103,7 +103,7 @@ static const struct option destroy_options[] = { > > /* > * Convert an array of strings that can be a mixture of single items, a > - * command separted list, or a space separated list, into a flattened > + * command separated list, or a space separated list, into a flattened > * comma-separated string. That single string can then be used as a > * filter argument to cxl_filter_walk(), or an ordering constraint for > * json_object_array_sort() > > -- > 2.39.0
diff --git a/cxl/region.c b/cxl/region.c index 89be9b5..efe05aa 100644 --- a/cxl/region.c +++ b/cxl/region.c @@ -103,7 +103,7 @@ static const struct option destroy_options[] = { /* * Convert an array of strings that can be a mixture of single items, a - * command separted list, or a space separated list, into a flattened + * command separated list, or a space separated list, into a flattened * comma-separated string. That single string can then be used as a * filter argument to cxl_filter_walk(), or an ordering constraint for * json_object_array_sort()
Fix a typo: s/separted/separated/ Cc: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com> --- cxl/region.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)