Skip to content

Commit 9750d3b

Browse files
committed
ARM: at91: pm: use kernel documentation style
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>
1 parent b568c71 commit 9750d3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • arch/arm/mach-at91

arch/arm/mach-at91/pm.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ struct at91_pm_bu {
4747
unsigned long ddr_phy_calibration[BACKUP_DDR_PHY_CALIBRATION];
4848
};
4949

50-
/*
51-
* struct at91_pm_sfrbu_offsets: registers mapping for SFRBU
50+
/**
51+
* struct at91_pm_sfrbu_regs - registers mapping for SFRBU
5252
* @pswbu: power switch BU control registers
5353
*/
5454
struct at91_pm_sfrbu_regs {
@@ -81,7 +81,7 @@ struct at91_soc_pm {
8181
};
8282

8383
/**
84-
* enum at91_pm_iomaps: IOs that needs to be mapped for different PM modes
84+
* enum at91_pm_iomaps - IOs that needs to be mapped for different PM modes
8585
* @AT91_PM_IOMAP_SHDWC: SHDWC controller
8686
* @AT91_PM_IOMAP_SFRBU: SFRBU controller
8787
*/

0 commit comments

Comments
 (0)