* Re: [PATCH 25/56] mm: Remove void casts
[not found] ` <1239189748-11703-26-git-send-email-jwjstone@fastmail.fm>
@ 2009-04-09 10:06 ` Jack Stone
0 siblings, 0 replies; only message in thread
From: Jack Stone @ 2009-04-09 10:06 UTC (permalink / raw)
To: linux-kernel; +Cc: jeff, kernel-janitors, linux-mm
[Added maintainer CC]
Jack Stone wrote:
> Remove uneeded void casts
>
> Signed-Off-By: Jack Stone <jwjstone@fastmail.fm>
> ---
> mm/shmem.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/mm/shmem.c b/mm/shmem.c
> index d94d2e9..4febea9 100644
> --- a/mm/shmem.c
> +++ b/mm/shmem.c
> @@ -2357,7 +2357,7 @@ static struct kmem_cache *shmem_inode_cachep;
> static struct inode *shmem_alloc_inode(struct super_block *sb)
> {
> struct shmem_inode_info *p;
> - p = (struct shmem_inode_info *)kmem_cache_alloc(shmem_inode_cachep, GFP_KERNEL);
> + p = kmem_cache_alloc(shmem_inode_cachep, GFP_KERNEL);
> if (!p)
> return NULL;
> return &p->vfs_inode;
>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-09 10:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1239189748-11703-11-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-12-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-13-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-14-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-15-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-16-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-17-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-18-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-19-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-20-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-21-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-22-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-23-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-24-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-25-git-send-email-jwjstone@fastmail.fm>
[not found] ` <1239189748-11703-26-git-send-email-jwjstone@fastmail.fm>
2009-04-09 10:06 ` [PATCH 25/56] mm: Remove void casts Jack Stone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox