Re: [PATCH 1/3] drivers/staging/cx25821: Use kstrdup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Monday, October 18, 2010 - 10:55 am

On Mon, 2010-10-18 at 19:44 +0200, Julia Lawall wrote:

I think readability is better using a temporary.


Sorry, poor wording.  I meant using this style:

	if (field && *field)
		foo
	else if (field)
		bar
	else
		baz

instead of:

	if (field) {
		if (*field)
			foo
		else
			bar
	} else
		baz


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] Use kasprintf, Julia Lawall, (Sun Oct 17, 11:48 am)
[PATCH 1/3] drivers/staging/cx25821: Use kasprintf, Julia Lawall, (Sun Oct 17, 11:48 am)
[PATCH 2/3] fs/ceph/xattr.c: Use kasprintf, Julia Lawall, (Sun Oct 17, 11:48 am)
[PATCH 3/3] fs/jffs2/dir.c: Use kasprintf, Julia Lawall, (Sun Oct 17, 11:48 am)
Re: [PATCH 2/3] fs/ceph/xattr.c: Use kasprintf, Joe Perches, (Sun Oct 17, 11:54 am)
Re: [PATCH 2/3] fs/ceph/xattr.c: Use kasprintf, Julia Lawall, (Sun Oct 17, 12:02 pm)
[PATCH 2/3] fs/ceph/xattr.c: Use kmemdup, Julia Lawall, (Sun Oct 17, 12:55 pm)
[PATCH 3/3] fs/jffs2/dir.c: Use kmemdup, Julia Lawall, (Sun Oct 17, 12:56 pm)
Re: [PATCH 2/3] fs/ceph/xattr.c: Use kmemdup, Sage Weil, (Sun Oct 17, 2:36 pm)
Re: [PATCH 3/3] fs/jffs2/dir.c: Use kmemdup, Artem Bityutskiy, (Sun Oct 17, 8:43 pm)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kasprintf, Julia Lawall, (Mon Oct 18, 1:22 am)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kasprintf, walter harms, (Mon Oct 18, 2:27 am)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kstrdup, Joe Perches, (Mon Oct 18, 10:38 am)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kstrdup, Joe Perches, (Mon Oct 18, 10:55 am)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kstrdup, Julia Lawall, (Mon Oct 18, 10:58 am)
Re: [PATCH 0/3] Use kasprintf, Paulo Marques, (Mon Oct 18, 11:09 am)
Re: [PATCH 0/3] Use kasprintf, Julia Lawall, (Mon Oct 18, 1:02 pm)
Re: [PATCH 1/3] drivers/staging/cx25821: Use kstrdup, Julia Lawall, (Mon Oct 18, 1:43 pm)