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
5e94b8b0
Commit
5e94b8b0
authored
Apr 07, 2003
by
Alan Cox
Committed by
Linus Torvalds
Apr 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] asm-alpha typo fixe
(Steven Cole)
parent
d7f1288f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
include/asm-alpha/mmzone.h
include/asm-alpha/mmzone.h
+1
-1
include/asm-alpha/pci.h
include/asm-alpha/pci.h
+2
-2
include/asm-alpha/uaccess.h
include/asm-alpha/uaccess.h
+1
-1
No files found.
include/asm-alpha/mmzone.h
View file @
5e94b8b0
...
...
@@ -51,7 +51,7 @@ PLAT_NODE_DATA_LOCALNR(unsigned long p, int n)
#ifdef CONFIG_DISCONTIGMEM
/*
* Following are macros that each numa implmentation must define.
* Following are macros that each numa impl
e
mentation must define.
*/
/*
...
...
include/asm-alpha/pci.h
View file @
5e94b8b0
...
...
@@ -78,7 +78,7 @@ extern void *pci_alloc_consistent(struct pci_dev *, size_t, dma_addr_t *);
/* Free and unmap a consistent DMA buffer. CPU_ADDR and DMA_ADDR must
be values that were returned from pci_alloc_consistent. SIZE must
be the same as what as passed into pci_alloc_consistent.
References to the memory and mappings asso
s
ciated with CPU_ADDR or
References to the memory and mappings associated with CPU_ADDR or
DMA_ADDR past this call are illegal. */
extern
void
pci_free_consistent
(
struct
pci_dev
*
,
size_t
,
void
*
,
dma_addr_t
);
...
...
@@ -118,7 +118,7 @@ extern void pci_unmap_page(struct pci_dev *, dma_addr_t, size_t, int);
(((PTR)->LEN_NAME) = (VAL))
/* Map a set of buffers described by scatterlist in streaming mode for
PCI DMA. This is the scat
h
er-gather version of the above
PCI DMA. This is the scat
t
er-gather version of the above
pci_map_single interface. Here the scatter gather list elements
are each tagged with the appropriate PCI dma address and length.
They are obtained via sg_dma_{address,length}(SG).
...
...
include/asm-alpha/uaccess.h
View file @
5e94b8b0
...
...
@@ -31,7 +31,7 @@
/*
* Is a address valid? This does a straighforward calculation rather
* Is a address valid? This does a straigh
t
forward calculation rather
* than tests.
*
* Address valid if:
...
...
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