Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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"

+5 -5
+1 -1
arch/m68k/68000/dragen2.c
··· 15 15 #include "screen.h" 16 16 17 17 /***************************************************************************/ 18 - /* Init Drangon Engine hardware */ 18 + /* Init Dragon Engine II hardware */ 19 19 /***************************************************************************/ 20 20 21 21 static void dragen2_reset(void)
+4 -4
arch/m68k/Kconfig.machine
··· 192 192 Support for the Arcturus Networks uCsimm module. 193 193 194 194 config UCDIMM 195 - bool "uDsimm module support" 195 + bool "uCdimm module support" 196 196 depends on !MMU 197 197 select M68VZ328 198 198 help 199 - Support for the Arcturus Networks uDsimm module. 199 + Support for the Arcturus Networks uCdimm module. 200 200 201 201 config DRAGEN2 202 - bool "DragenEngine II board support" 202 + bool "DragonEngine II board support" 203 203 depends on !MMU 204 204 select M68VZ328 205 205 help 206 - Support for the DragenEngine II board. 206 + Support for the DragonEngine II board. 207 207 208 208 config DIRECT_IO_ACCESS 209 209 bool "Allow user to access IO directly"