From 6f4a8856e084fbeae226ef52de1fc4f8d2c68765 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Thu, 21 Aug 2014 22:10:31 +1000 Subject: m68k: fix crufty 68000 and 68360 intro comments Quite a few of the non-mmu specific support files have a pathname in the title comments of the file. These files have moved around a bit over the years, and most are no longer accurate. Remove the pathname and fix the comments to include at least a short description of the files contents. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- arch/m68k/68360/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/m68k/68360/Makefile') diff --git a/arch/m68k/68360/Makefile b/arch/m68k/68360/Makefile index f6f434383049..591ce42df3de 100644 --- a/arch/m68k/68360/Makefile +++ b/arch/m68k/68360/Makefile @@ -1,5 +1,5 @@ # -# Makefile for arch/m68knommu/platform/68360. +# Makefile for 68360 machines. # model-y := ram model-$(CONFIG_ROMKERNEL) := rom -- cgit