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
nexedi
linux
Commits
f6fc30db
Commit
f6fc30db
authored
Dec 17, 2013
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k/mm: kmap spelling/grammar fixes
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
245b815c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/m68k/mm/kmap.c
arch/m68k/mm/kmap.c
+5
-5
No files found.
arch/m68k/mm/kmap.c
View file @
f6fc30db
...
...
@@ -27,9 +27,9 @@
/*
* For 040/060 we can use the virtual memory area like other architectures,
* but for 020/030 we want to use early termination page descriptor and we
* but for 020/030 we want to use early termination page descriptor
s
and we
* can't mix this with normal page descriptors, so we have to copy that code
* (mm/vmalloc.c) and return appr
iorate
aligned addresses.
* (mm/vmalloc.c) and return appr
opriately
aligned addresses.
*/
#ifdef CPU_M68040_OR_M68060_ONLY
...
...
@@ -224,7 +224,7 @@ void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cachefla
EXPORT_SYMBOL
(
__ioremap
);
/*
* Unmap a ioremap()ed region again
* Unmap a
n
ioremap()ed region again
*/
void
iounmap
(
void
__iomem
*
addr
)
{
...
...
@@ -241,8 +241,8 @@ EXPORT_SYMBOL(iounmap);
/*
* __iounmap unmaps nearly everything, so be careful
*
it doesn't free currently pointer/page tables anymore but it
* wa
ns
't used anyway and might be added later.
*
Currently it doesn't free pointer/page tables anymore but this
* wa
sn
't used anyway and might be added later.
*/
void
__iounmap
(
void
*
addr
,
unsigned
long
size
)
{
...
...
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