Message ID | 1544609633-12075-1-git-send-email-dongsheng.yang@easystack.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | libceph: cleanup: remove duplicate word in comment | expand |
On Wed, Dec 12, 2018 at 11:14 AM Dongsheng Yang <dongsheng.yang@easystack.cn> wrote: > > Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> > --- > include/linux/ceph/libceph.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h > index 68bb09c..f1b18e1 100644 > --- a/include/linux/ceph/libceph.h > +++ b/include/linux/ceph/libceph.h > @@ -53,7 +53,7 @@ struct ceph_options { > unsigned long osd_request_timeout; /* jiffies */ > > /* > - * any type that can't be simply compared or doesn't need need > + * any type that can't be simply compared or doesn't need > * to be compared should go beyond this point, > * ceph_compare_options() should be updated accordingly > */ No need for a separate patch, squash this into abort_on_full patch. Thanks, Ilya
On 12/14/2018 03:47 AM, Ilya Dryomov wrote: > On Wed, Dec 12, 2018 at 11:14 AM Dongsheng Yang > <dongsheng.yang@easystack.cn> wrote: >> Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> >> --- >> include/linux/ceph/libceph.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h >> index 68bb09c..f1b18e1 100644 >> --- a/include/linux/ceph/libceph.h >> +++ b/include/linux/ceph/libceph.h >> @@ -53,7 +53,7 @@ struct ceph_options { >> unsigned long osd_request_timeout; /* jiffies */ >> >> /* >> - * any type that can't be simply compared or doesn't need need >> + * any type that can't be simply compared or doesn't need >> * to be compared should go beyond this point, >> * ceph_compare_options() should be updated accordingly >> */ > No need for a separate patch, squash this into abort_on_full patch. ok > > Thanks, > > Ilya >
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 68bb09c..f1b18e1 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -53,7 +53,7 @@ struct ceph_options { unsigned long osd_request_timeout; /* jiffies */ /* - * any type that can't be simply compared or doesn't need need + * any type that can't be simply compared or doesn't need * to be compared should go beyond this point, * ceph_compare_options() should be updated accordingly */
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> --- include/linux/ceph/libceph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)