Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26105
b: refs/heads/master
c: 8c4335a
h: refs/heads/master
i:
  26103: 85d778e
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed Apr 22, 2006
1 parent ef51cb4 commit fc524f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5b20192727ef2c047343a043ee4fbda67e2beef4
refs/heads/master: 8c4335a87c9785d2102ab23f09393038e1663314
3 changes: 2 additions & 1 deletion trunk/drivers/char/snsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ scdrv_init(void)
format_module_id(devnamep, geo_module(geoid),
MODULE_FORMAT_BRIEF);
devnamep = devname + strlen(devname);
sprintf(devnamep, "#%d", geo_slab(geoid));
sprintf(devnamep, "^%d#%d", geo_slot(geoid),
geo_slab(geoid));

/* allocate sysctl device data */
scd = kzalloc(sizeof (struct sysctl_data_s),
Expand Down

0 comments on commit fc524f1

Please sign in to comment.