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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to