From bdf23b6cd46b877ae251c1b6d65202c11e70a874 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Mar 2015 12:39:59 -0500 Subject: cpukit: Remove old DESCRIPTION: in comments These were remnants of pre-Doxygen comment style. --- cpukit/score/cpu/m68k/rtems/score/m68k.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/m68k/rtems') diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h index 3a5a009e44..818578c078 100644 --- a/cpukit/score/cpu/m68k/rtems/score/m68k.h +++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h @@ -480,13 +480,11 @@ static inline uint16_t m68k_swap_u16( /* * _CPU_virtual_to_physical * - * DESCRIPTION: + * This function is used to map virtual addresses to physical + * addresses. * - * This function is used to map virtual addresses to physical - * addresses. - * - * FIXME: ASSUMES THAT VIRTUAL ADDRESSES ARE THE SAME AS THE - * PHYSICAL ADDRESSES + * FIXME: ASSUMES THAT VIRTUAL ADDRESSES ARE THE SAME AS THE + * PHYSICAL ADDRESSES */ static inline void * _CPU_virtual_to_physical ( const void * d_addr ) -- cgit v1.2.3