commit | 4e168187047bf5d95b66567061007b87c29f7341 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Thu Mar 26 16:58:06 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 26 10:28:18 2020 -0600 |
tree | 642173f4f436c37c4735b17bf56afb95da806b26 | |
parent | 2b67a6d3a4d2f630cd5e29b4bfe21a697585eaf8 [diff] |
ata: fix CodingStyle issues in PATA timings code * fix the overly long line in ata_timing_quantize() * use standard kernel CodingStyle in ata_timing_merge() * do not use assignment in if condition in ata_timing_compute() * fix non-standard comment style in ata_timing_compute() Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>