Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a074e4f5
Commit
a074e4f5
authored
Feb 15, 2003
by
Steven Cole
Committed by
Paul Mackerras
Feb 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix different spellings of different and differences
parent
747d58dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/cris/drivers/eeprom.c
arch/cris/drivers/eeprom.c
+1
-1
include/asm-m68knommu/mcfne.h
include/asm-m68knommu/mcfne.h
+1
-1
No files found.
arch/cris/drivers/eeprom.c
View file @
a074e4f5
...
...
@@ -207,7 +207,7 @@ int __init eeprom_init(void)
* it will mirror the address space:
* 1. We read two locations (that are mirrored),
* if the content differs * it's a 16kB EEPROM.
* 2. if it doesn't differ - write diferent value to one of the locations,
* 2. if it doesn't differ - write dif
f
erent value to one of the locations,
* check the other - if content still is the same it's a 2k EEPROM,
* restore original data.
*/
...
...
include/asm-m68knommu/mcfne.h
View file @
a074e4f5
...
...
@@ -261,7 +261,7 @@ void ne2000_outsw(unsigned int addr, const void *vbuf, unsigned long len)
/*
* Lastly the interrupt set up code...
* Minor diferences between the different board types.
* Minor dif
f
erences between the different board types.
*/
#if defined(CONFIG_M5206) && defined(CONFIG_ARNEWSH)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment