staging: lustre: Fix typo in lustre/lustre/libcfs
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / libcfs / kernel_user_comm.c
index 74a0db5c154a53bffa2100726a8e4309207d7ac4..1a423a24dcaad77cb3a720f5839ac26f8b4b719a 100644 (file)
@@ -193,7 +193,7 @@ EXPORT_SYMBOL(libcfs_kkuc_msg_put);
 /* Broadcast groups are global across all mounted filesystems;
  * i.e. registering for a group on 1 fs will get messages for that
  * group from any fs */
-/** A single group reigstration has a uid and a file pointer */
+/** A single group registration has a uid and a file pointer */
 struct kkuc_reg {
        struct list_head        kr_chain;
        int             kr_uid;
@@ -206,7 +206,7 @@ static DECLARE_RWSEM(kg_sem);
 
 /** Add a receiver to a broadcast group
  * @param filp pipe to write into
- * @param uid identidier for this receiver
+ * @param uid identifier for this receiver
  * @param group group number
  */
 int libcfs_kkuc_group_add(struct file *filp, int uid, int group, __u32 data)