mirror of https://gitee.com/openkylin/linux.git
ntfs: layout.h: delete duplicated words
Drop the repeated words "the" and "in" in comments. Link: https://lkml.kernel.org/r/20210125194937.24627-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Anton Altaparmakov <anton@tuxera.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
30cdbd5392
commit
6bbf29010f
|
@ -703,7 +703,7 @@ typedef struct {
|
||||||
/* 14*/ le16 instance; /* The instance of this attribute record. This
|
/* 14*/ le16 instance; /* The instance of this attribute record. This
|
||||||
number is unique within this mft record (see
|
number is unique within this mft record (see
|
||||||
MFT_RECORD/next_attribute_instance notes in
|
MFT_RECORD/next_attribute_instance notes in
|
||||||
in mft.h for more details). */
|
mft.h for more details). */
|
||||||
/* 16*/ union {
|
/* 16*/ union {
|
||||||
/* Resident attributes. */
|
/* Resident attributes. */
|
||||||
struct {
|
struct {
|
||||||
|
@ -1838,7 +1838,7 @@ typedef struct {
|
||||||
* Also, each security descriptor is stored twice in the $SDS stream with a
|
* Also, each security descriptor is stored twice in the $SDS stream with a
|
||||||
* fixed offset of 0x40000 bytes (256kib, the Windows cache manager's max size)
|
* fixed offset of 0x40000 bytes (256kib, the Windows cache manager's max size)
|
||||||
* between them; i.e. if a SDS_ENTRY specifies an offset of 0x51d0, then the
|
* between them; i.e. if a SDS_ENTRY specifies an offset of 0x51d0, then the
|
||||||
* the first copy of the security descriptor will be at offset 0x51d0 in the
|
* first copy of the security descriptor will be at offset 0x51d0 in the
|
||||||
* $SDS data stream and the second copy will be at offset 0x451d0.
|
* $SDS data stream and the second copy will be at offset 0x451d0.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue