On 12/14/2018 03:47 AM, Ilya Dryomov wrote:
On Wed, Dec 12, 2018 at 11:14 AM Dongsheng Yang
<dongsheng.yang@xxxxxxxxxxxx> wrote:
Signed-off-by: Dongsheng Yang <dongsheng.yang@xxxxxxxxxxxx>
---
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