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
3e203439
Commit
3e203439
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] alpha typos part 1
(Steven Cole)
parent
3909ac80
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
arch/alpha/kernel/core_cia.c
arch/alpha/kernel/core_cia.c
+1
-1
arch/alpha/kernel/pci.c
arch/alpha/kernel/pci.c
+1
-1
arch/alpha/kernel/pci_iommu.c
arch/alpha/kernel/pci_iommu.c
+1
-1
arch/alpha/kernel/semaphore.c
arch/alpha/kernel/semaphore.c
+1
-1
No files found.
arch/alpha/kernel/core_cia.c
View file @
3e203439
...
...
@@ -610,7 +610,7 @@ do_init_arch(int is_pyxis)
*
(
vip
)
CIA_IOC_CIA_CNFG
=
temp
;
}
/* Syncronize with all previous changes. */
/* Sync
h
ronize with all previous changes. */
mb
();
*
(
vip
)
CIA_IOC_CIA_REV
;
...
...
arch/alpha/kernel/pci.c
View file @
3e203439
...
...
@@ -230,7 +230,7 @@ pcibios_fixup_device_resources(struct pci_dev *dev, struct pci_bus *bus)
void
__init
pcibios_fixup_bus
(
struct
pci_bus
*
bus
)
{
/* Prop
o
gate hose info into the subordinate devices. */
/* Prop
a
gate hose info into the subordinate devices. */
struct
pci_controller
*
hose
=
bus
->
sysdata
;
struct
list_head
*
ln
;
...
...
arch/alpha/kernel/pci_iommu.c
View file @
3e203439
...
...
@@ -431,7 +431,7 @@ pci_alloc_consistent(struct pci_dev *pdev, size_t size, dma_addr_t *dma_addrp)
/* 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. */
void
...
...
arch/alpha/kernel/semaphore.c
View file @
3e203439
...
...
@@ -122,7 +122,7 @@ __down_failed_interruptible(struct semaphore *sem)
long
tmp
,
tmp2
,
tmp3
;
/* We must undo the sem->count down_interruptible decrement
simultaneously and atomicly with the sem->waking
simultaneously and atomic
al
ly with the sem->waking
adjustment, otherwise we can race with __up. This is
accomplished by doing a 64-bit ll/sc on two 32-bit words.
...
...
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