diff options
| author | Mukesh R <mrathor@linux.microsoft.com> | 2026-06-02 01:51:16 +0300 |
|---|---|---|
| committer | Wei Liu <wei.liu@kernel.org> | 2026-06-08 08:59:49 +0300 |
| commit | 982cb55bec4a8aa73569dba4739a3de1ee2c25d9 (patch) | |
| tree | 3cc54c1c20e66904ee9e10e26f80d2e783105f9b /scripts | |
| parent | c14efec1452098ec97d30423e4120e4fa90e0663 (diff) | |
| download | linux-982cb55bec4a8aa73569dba4739a3de1ee2c25d9.tar.xz | |
x86/hyperv: Cosmetic changes in irqdomain.c for readability
Make cosmetic changes:
o Rename struct pci_dev *dev to *pdev since there are cases of
struct device *dev in the file and all over the kernel
o Rename hv_build_pci_dev_id to hv_build_devid_type_pci in anticipation
of building different types of device ids
o Fix checkpatch.pl issues with return and extraneous printk
o Replace spaces with tabs
o Rename struct hv_devid *xxx to struct hv_devid *hv_devid given code
paths involve many types of device ids
o Fix indentation in a large if block by using goto.
There are no functional changes.
Reviewed-by: Souradeep Chakrabarti <schakrabarti@linux.microsoft.com>
Reviewed-by: Anirudh Rayabharam (Microsoft) <anirudh@anirudhrb.com>
Signed-off-by: Mukesh R <mrathor@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
