>>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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to