Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1258864

RE: [lustre-devel] [PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h

From "Simmons, James A." <simmonsja@ornl.gov>
Newsgroups linux.kernel
Subject RE: [lustre-devel] [PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h
Date 2015-10-29 16:30 +0100
Message-ID <qoXjl-1WA-33@gated-at.bofh.it> (permalink)
References <qoCeS-5cz-3@gated-at.bofh.it> <qoCeS-5cz-11@gated-at.bofh.it> <qoHxU-dz-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>>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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h James Simmons <jsimmons@infradead.org> - 2015-10-28 18:00 +0100
  Re: [lustre-devel] [PATCH 08/10] staging: lustre: remove white  space in libcfs_hash.h "Dilger, Andreas" <andreas.dilger@intel.com> - 2015-10-28 23:40 +0100
    RE: [lustre-devel] [PATCH 08/10] staging: lustre: remove white space  in libcfs_hash.h "Simmons, James A." <simmonsja@ornl.gov> - 2015-10-29 16:30 +0100
  Re: [PATCH 08/10] staging: lustre: remove white space in  libcfs_hash.h Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-29 00:10 +0100

csiph-web