Skip to content

Commit 02a737f

Browse files
committed
Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: - spelling fixes * tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: nommu: Fix misspellings of "DragonEngine" m68k: nommu: Fix misspellings of "uCdimm"
2 parents b6cc7a0 + 5aa52cc commit 02a737f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

arch/m68k/68000/dragen2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "screen.h"
1616

1717
/***************************************************************************/
18-
/* Init Drangon Engine hardware */
18+
/* Init Dragon Engine II hardware */
1919
/***************************************************************************/
2020

2121
static void dragen2_reset(void)

arch/m68k/Kconfig.machine

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,18 @@ config UCSIMM
192192
Support for the Arcturus Networks uCsimm module.
193193

194194
config UCDIMM
195-
bool "uDsimm module support"
195+
bool "uCdimm module support"
196196
depends on !MMU
197197
select M68VZ328
198198
help
199-
Support for the Arcturus Networks uDsimm module.
199+
Support for the Arcturus Networks uCdimm module.
200200

201201
config DRAGEN2
202-
bool "DragenEngine II board support"
202+
bool "DragonEngine II board support"
203203
depends on !MMU
204204
select M68VZ328
205205
help
206-
Support for the DragenEngine II board.
206+
Support for the DragonEngine II board.
207207

208208
config DIRECT_IO_ACCESS
209209
bool "Allow user to access IO directly"

0 commit comments

Comments
 (0)