summaryrefslogtreecommitdiffstats
path: root/pk/gpe/gpe_irq_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/gpe/gpe_irq_init.c')
-rw-r--r--pk/gpe/gpe_irq_init.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pk/gpe/gpe_irq_init.c b/pk/gpe/gpe_irq_init.c
index 078d2fa7..061d5d10 100644
--- a/pk/gpe/gpe_irq_init.c
+++ b/pk/gpe/gpe_irq_init.c
@@ -21,8 +21,7 @@
/// interrupt status in the controller.
///
/// Note that PK allows this API to be called from any context, and changes
-/// to the interrupt controller are made from a critical
-/// section.
+/// to the interrupt controller are made from a critical section.
///
/// Return values other then PK_OK (0) are errors; see \ref pk_errors
///
@@ -72,8 +71,7 @@ pk_irq_setup(PkIrqId irq,
/// Return values other then PK_OK (0) are errors; see \ref pk_errors
///
/// Note that PK allows this API to be called from any context, and changes
-/// to the interrupt controller are made from a critical
-/// section.
+/// to the interrupt controller are made from a critical section.
///
/// \retval 0 Successful completion
///
OpenPOWER on IntegriCloud