From: Mika Westerberg Date: Tue, 3 Nov 2020 11:59:31 +0000 (+0200) Subject: thunderbolt: Move max_boot_acl field to correct place in struct icm X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45ef561abcdd6cbaba0ab391b60d1831d2ac47af;p=linux.git thunderbolt: Move max_boot_acl field to correct place in struct icm This makes the kernel-doc to match the ordering and also this is better place for it, not between upstream_port and vnd_cap that are used together. Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/icm.c b/drivers/thunderbolt/icm.c index b51fc3f62b1fb..03e86817afc7a 100644 --- a/drivers/thunderbolt/icm.c +++ b/drivers/thunderbolt/icm.c @@ -79,9 +79,9 @@ struct icm { struct mutex request_lock; struct delayed_work rescan_work; struct pci_dev *upstream_port; - size_t max_boot_acl; int vnd_cap; bool safe_mode; + size_t max_boot_acl; bool rpm; bool can_upgrade_nvm; bool veto;