[lustre-devel] [PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h
    Simmons, James A. 
    simmonsja at ornl.gov
       
    Thu Oct 29 08:22:13 PDT 2015
    
    
  
>>struct cfs_hash_bd {
>>-	struct cfs_hash_bucket	*bd_bucket;      /**< address of bucket */
>>-	unsigned int		bd_offset;      /**< offset in bucket */
>>+	/**< address of bucket */
>>+	struct cfs_hash_bucket	*bd_bucket;
>>+	/**< offset in bucket */
>>+	unsigned int		 bd_offset;
>> };
>
>The "/**< ... */" marker means "the field to the left", but if you are
>moving these to the line before the field you should just use "/* ... */".
Fixed.
    
    
More information about the lustre-devel
mailing list