Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7907
b: refs/heads/master
c: 1248d63
h: refs/heads/master
i:
  7905: 278bb69
  7903: e43d7e1
v: v3
  • Loading branch information
Kristen Accardi authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent edc6f5c commit d4f6c63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 346d38823b59d65c3c1365971776b52e0661b7e5
refs/heads/master: 1248d636122e4ec9d7802b850904e3bb48a0da23
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pciehp.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static inline void return_resource(struct pci_resource **head, struct pci_resour

static inline void make_slot_name(char *buffer, int buffer_size, struct slot *slot)
{
snprintf(buffer, buffer_size, "%d", slot->number);
snprintf(buffer, buffer_size, "%04d_%04d", slot->bus, slot->number);
}

enum php_ctlr_type {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/shpchp.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static inline void return_resource(struct pci_resource **head, struct pci_resour

static inline void make_slot_name(char *buffer, int buffer_size, struct slot *slot)
{
snprintf(buffer, buffer_size, "%d", slot->number);
snprintf(buffer, buffer_size, "%04d_%04d", slot->bus, slot->number);
}

enum php_ctlr_type {
Expand Down

0 comments on commit d4f6c63

Please sign in to comment.