Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57446
b: refs/heads/master
c: 4af410a
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel committed Jun 1, 2007
1 parent 3be65ae commit e4fe623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe
refs/heads/master: 4af410a868ddddfc6aa9b19379599feac7e79d95
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
* Also, think for a moment about likes of floppy.c that
* include architecture specific parts. They may want to redefine ins/outs.
*
* We do not use horroble macroses here because we want to
* We do not use horrible macros here because we want to
* advance pointer by sizeof(size).
*/
void outsb(unsigned long addr, const void *src, unsigned long count) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void __init init_mmu (void)
/* Writing zeros to the <t>TLBCFG special registers ensure
* that valid values exist in the register. For existing
* PGSZID<w> fields, zero selects the first element of the
* page-size array. For nonexistant PGSZID<w> fields, zero is
* page-size array. For nonexistent PGSZID<w> fields, zero is
* the best value to write. Also, when changing PGSZID<w>
* fields, the corresponding TLB must be flushed.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/platform-iss/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev)
netif_start_queue(dev);

/* clear buffer - it can happen that the host side of the interface
* is full when we gethere. In this case, new data is never queued,
* is full when we get here. In this case, new data is never queued,
* SIGIOs never arrive, and the net never works.
*/
while ((err = iss_net_rx(dev)) > 0)
Expand Down

0 comments on commit e4fe623

Please sign in to comment.