Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186464
b: refs/heads/master
c: a3bee03
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Kyle McMartin committed Mar 6, 2010
1 parent 685a8a8 commit db7f99e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 81e4a5e3057740a625cf556879ae0becf6199f8c
refs/heads/master: a3bee03e718c9251456676b71a723a34c999e891
4 changes: 2 additions & 2 deletions trunk/arch/parisc/kernel/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ parisc_cache_init(void)
cache_info.ic_conf.cc_cst,
cache_info.ic_conf.cc_hv);

printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n",
printk("D-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n",
cache_info.dt_conf.tc_sh,
cache_info.dt_conf.tc_page,
cache_info.dt_conf.tc_cst,
cache_info.dt_conf.tc_aid,
cache_info.dt_conf.tc_pad1);

printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d \n",
printk("I-TLB conf: sh %d page %d cst %d aid %d pad1 %d\n",
cache_info.it_conf.tc_sh,
cache_info.it_conf.tc_page,
cache_info.it_conf.tc_cst,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/eisa_enumerator.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static int init_slot(int slot, struct eeprom_eisa_slot_info *es)
slot, id_string);

print_eisa_id(id_string, es->eisa_slot_id);
printk(" expected %s \n", id_string);
printk(" expected %s\n", id_string);

return -1;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/superio.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ superio_init(struct pci_dev *pcidev)
/* ...then properly fixup the USB to point at suckyio PIC */
sio->usb_pdev->irq = superio_fixup_irq(sio->usb_pdev);

printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i) \n",
printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n",
pci_name(pdev), pdev->irq);

pci_read_config_dword (pdev, SIO_SP1BAR, &sio->sp1_base);
Expand Down

0 comments on commit db7f99e

Please sign in to comment.