Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226829
b: refs/heads/master
c: 51780d2
h: refs/heads/master
i:
  226827: e6bbf49
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Dec 21, 2010
1 parent 6fc7e19 commit 4924c11
Show file tree
Hide file tree
Showing 2 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: 3d63d3b4fb5fb3674f2d97725e187cbfa22562bc
refs/heads/master: 51780d2c38a7294c2c302ae9d2ea517bd4153dec
4 changes: 2 additions & 2 deletions trunk/drivers/s390/scsi/zfcp_aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ static char *init_device;
module_param_named(device, init_device, charp, 0400);
MODULE_PARM_DESC(device, "specify initial device");

static struct kmem_cache *zfcp_cache_hw_align(const char *name,
unsigned long size)
static struct kmem_cache * __init zfcp_cache_hw_align(const char *name,
unsigned long size)
{
return kmem_cache_create(name, size, roundup_pow_of_two(size), 0, NULL);
}
Expand Down

0 comments on commit 4924c11

Please sign in to comment.