Skip to content

Commit

Permalink
ARM: at91: pm: use kernel documentation style
Browse files Browse the repository at this point in the history
Use kernel documentation style. Along with it fix the naming of
struct at91_pm_sfrbu_regs in documentation.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
  • Loading branch information
Claudiu Beznea committed May 12, 2022
1 parent b568c71 commit 9750d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/mach-at91/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ struct at91_pm_bu {
unsigned long ddr_phy_calibration[BACKUP_DDR_PHY_CALIBRATION];
};

/*
* struct at91_pm_sfrbu_offsets: registers mapping for SFRBU
/**
* struct at91_pm_sfrbu_regs - registers mapping for SFRBU
* @pswbu: power switch BU control registers
*/
struct at91_pm_sfrbu_regs {
Expand Down Expand Up @@ -81,7 +81,7 @@ struct at91_soc_pm {
};

/**
* enum at91_pm_iomaps: IOs that needs to be mapped for different PM modes
* enum at91_pm_iomaps - IOs that needs to be mapped for different PM modes
* @AT91_PM_IOMAP_SHDWC: SHDWC controller
* @AT91_PM_IOMAP_SFRBU: SFRBU controller
*/
Expand Down

0 comments on commit 9750d3b

Please sign in to comment.