|
From: | BALATON Zoltan |
Subject: | Re: [PATCH v2 3/3] hw/ide: Include 'ide_internal.h' from current path |
Date: | Mon, 26 Feb 2024 11:54:10 +0100 (CET) |
On Mon, 26 Feb 2024, Philippe Mathieu-Daudé wrote:
On 26/2/24 09:00, Philippe Mathieu-Daudé wrote:On 26/2/24 08:40, Markus Armbruster wrote:BALATON Zoltan <balaton@eik.bme.hu> writes:On Sun, 25 Feb 2024, Philippe Mathieu-Daudé wrote:Rename "internal.h" as "ide_internal.h", and includeIs there a convention about using underscore or dash in file names? The headers Thomas added are using - as well as ahci-allwinner.c, only ahci_internal.h has _ (but there are others elsewhere such as pci_device.h). Maybe we should be consistent at least within IDE and this series is now a good opportunity for renaming these headers to match. But it's just a small nit, thanks for picking this up.This is one of the many unnecessary inconsistencies we're inflicting on ourselves. We have more than 3600 file names containing '-', and more almost 2700 containing '_'. Bizarrely, 68 of them contain both. I strongly prefer '_' myself. Zoltan is making a local consistency argument for '-'. Let's use '-' here.BTW by "here" I understood "in this patch". After v3 only a single file use '_': "ahci_internal.h", but Zoltan said he is uninterested and doesn't care about it so I'm not renaming it. (3e576d33-1973-3f44-afd1-9224609f89a6@eik.bme.hu/">https://lore.kernel.org/qemu-devel/3e576d33-1973-3f44-afd1-9224609f89a6@eik.bme.hu/)
Yes, I don't care and also prefer _ in file names but since all the other headers use - now it's simpler to make all of them the same just for consistency so I've meant to rename ahci_internal.h too but forgot to mention it explikcitly. Sorry for that.
Regards, BALATON Zoltan
[Prev in Thread] | Current Thread | [Next in Thread] |