diff mbox series

libceph: cleanup: remove duplicate word in comment

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

Commit Message

Dongsheng Yang Dec. 12, 2018, 10:13 a.m. UTC
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
---
 include/linux/ceph/libceph.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Dryomov Dec. 13, 2018, 7:47 p.m. UTC | #1
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
Dongsheng Yang Dec. 14, 2018, 1 a.m. UTC | #2
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 mbox series

Patch

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
 	 */