diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-05-06 10:23:32 +0200 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-05-12 10:06:18 +0200 |
commit | 22cbf0776d396899f3a651b79af0bc50fc299cfb (patch) | |
tree | 9ca4aa3ad91feb916d35e2053f82f6d5be5ec6e7 /arch/arm/mach-at91/pm.c | |
parent | Linux 5.18-rc1 (diff) | |
download | linux-22cbf0776d396899f3a651b79af0bc50fc299cfb.tar.xz linux-22cbf0776d396899f3a651b79af0bc50fc299cfb.zip |
ARM: at91: pm: keep documentation inline with structure members
Move documentation of bu to keep the same order as in the structure
itself.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Diffstat (limited to 'arch/arm/mach-at91/pm.c')
-rw-r--r-- | arch/arm/mach-at91/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index 0fd609e26615..7ea4c7f13d28 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -65,9 +65,9 @@ struct at91_pm_sfrbu_regs { * @config_shdwc_ws: wakeup sources configuration function for SHDWC * @config_pmc_ws: wakeup srouces configuration function for PMC * @ws_ids: wakup sources of_device_id array + * @bu: backup unit mapped data (for backup mode) * @data: PM data to be used on last phase of suspend * @sfrbu_regs: SFRBU registers mapping - * @bu: backup unit mapped data (for backup mode) * @memcs: memory chip select */ struct at91_soc_pm { |