From bb57b124d1bb385d41747f50be7dd4f3625539c1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 24 Nov 2019 23:34:32 +0100 Subject: Major coding style reformatting -> Kernighan & Ritchie This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel --- src/kernel/fs/atapi_pio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/fs/atapi_pio.h') diff --git a/src/kernel/fs/atapi_pio.h b/src/kernel/fs/atapi_pio.h index 5e89e85..be48f2f 100644 --- a/src/kernel/fs/atapi_pio.h +++ b/src/kernel/fs/atapi_pio.h @@ -12,9 +12,9 @@ struct dapack { uint8_t size; uint8_t null; - uint16_t blkcount; - uint16_t boffset; - uint16_t bsegment; + uint16_t blk_count; + uint16_t b_offset; + uint16_t b_segment; uint32_t start; uint32_t upper_lba_bits; } __attribute__((packed)); -- cgit v1.2.3