diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2022-05-20 13:53:07 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2022-05-20 14:02:06 +0200 |
commit | 43120879191cb3b13e30e3fadd424bc5bbcf7846 (patch) | |
tree | 1fcb83267dc403169ffa120d0941bfcebd4ee237 /fs/nilfs2/cpfile.c | |
parent | 882178947bcae5b5b3a1782fe80095c60276c399 (diff) | |
download | linux-43120879191cb3b13e30e3fadd424bc5bbcf7846.tar.bz2 |
clang-format: Use POSIX locale for `sort`
This avoids differences when different people run the command,
which is relevant for our use case, e.g.:
$ LC_ALL=en_US.UTF-8 sort test
ata_for_each_link
__ata_qc_for_each
ata_qc_for_each
$ LC_ALL=C sort test
__ata_qc_for_each
ata_for_each_link
ata_qc_for_each
Link: https://lore.kernel.org/lkml/CANiq72=7=ZpAObWRmposOmnyZ8XR_eNHCBtA3bu3fusmcPUwDA@mail.gmail.com/
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'fs/nilfs2/cpfile.c')
0 files changed, 0 insertions, 0 deletions