Skip to content

Commit d04d619

Browse files
committed
ARM: at91: pm: replace /** with /*
Replace /** with /* as the structures referenced are valid only to file pm.c. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent edc7121 commit d04d619

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
@@ -30,7 +30,7 @@
3030

3131
#define BACKUP_DDR_PHY_CALIBRATION (9)
3232

33-
/**
33+
/*
3434
* struct at91_pm_bu - AT91 power management backup unit data structure
3535
* @suspended: true if suspended to backup mode
3636
* @reserved: reserved
@@ -60,7 +60,7 @@ struct at91_pm_sfrbu_regs {
6060
} pswbu;
6161
};
6262

63-
/**
63+
/*
6464
* struct at91_soc_pm - AT91 SoC power management data structure
6565
* @config_shdwc_ws: wakeup sources configuration function for SHDWC
6666
* @config_pmc_ws: wakeup srouces configuration function for PMC
@@ -82,7 +82,7 @@ struct at91_soc_pm {
8282
void *memcs;
8383
};
8484

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

0 commit comments

Comments
 (0)