summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 854342719b..ac1c0915a7 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * shared/irq/openpic_i8259_irq.c: Line wrap.
+
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl()
diff --git a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
index e4d740d88b..1f1f98f2b4 100644
--- a/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
+++ b/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c
@@ -1,6 +1,7 @@
/*
*
- * This file contains the i8259/openpic-specific implementation of the function described in irq.h
+ * This file contains the i8259/openpic-specific implementation of
+ * the function described in irq.h
*
* Copyright (C) 1998, 1999 valette@crf.canon.fr
*