All of lore.kernel.org
 help / color / mirror / Atom feed
From: Changbin Du <changbin.du@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Changbin Du <changbin.du@gmail.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	linux-pci@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-crypto@vger.kernel.org, linux-kselftest@vger.kernel.org,
	linux-wireless@vger.kernel.org, linux-fpga@vger.kernel.org,
	linux-usb@vger.kernel.org, dri-devel@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org,
	Matthew Wilcox <willy@infradead.org>,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: Re: [PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
Date: Thu, 31 Oct 2019 21:50:54 +0800	[thread overview]
Message-ID: <20191031135052.tl63uzhdgcpcqwj5@mail.google.com> (raw)
In-Reply-To: <20191029020027.516a6bce@lwn.net>

On Tue, Oct 29, 2019 at 02:00:27AM -0600, Jonathan Corbet wrote:
> On Tue, 29 Oct 2019 08:31:22 +0800
> Changbin Du <changbin.du@gmail.com> wrote:
> 
> > Here python is different from C. Both empty string and None are False in python.
> > Note such condition is common in python.
> 
> Treating both as a False value is reasonably common.  Treating them
> elsewhere in the same code block as separate values is less
> so; that's the part I would prefer to avoid.
>
ok, please check update in v3.

> Thanks,
> 
> jon

-- 
Cheers,
Changbin Du

WARNING: multiple messages have this Message-ID (diff)
From: Changbin Du <changbin.du@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Wilcox <willy@infradead.org>,
	dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	linux-doc@vger.kernel.org, linux-pci@vger.kernel.org,
	linux-fpga@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, linux-crypto@vger.kernel.org,
	linux-kselftest@vger.kernel.org, intel-gfx@lists.freedesktop.org,
	Changbin Du <changbin.du@gmail.com>
Subject: Re: [PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
Date: Thu, 31 Oct 2019 21:50:54 +0800	[thread overview]
Message-ID: <20191031135052.tl63uzhdgcpcqwj5@mail.google.com> (raw)
Message-ID: <20191031135054.Q-WMmnOAtET5WEm_UH5-I6Gb1UUF3M18c6zjaPNlM_I@z> (raw)
In-Reply-To: <20191029020027.516a6bce@lwn.net>

On Tue, Oct 29, 2019 at 02:00:27AM -0600, Jonathan Corbet wrote:
> On Tue, 29 Oct 2019 08:31:22 +0800
> Changbin Du <changbin.du@gmail.com> wrote:
> 
> > Here python is different from C. Both empty string and None are False in python.
> > Note such condition is common in python.
> 
> Treating both as a False value is reasonably common.  Treating them
> elsewhere in the same code block as separate values is less
> so; that's the part I would prefer to avoid.
>
ok, please check update in v3.

> Thanks,
> 
> jon

-- 
Cheers,
Changbin Du
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Changbin Du <changbin.du@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Wilcox <willy@infradead.org>,
	dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	linux-doc@vger.kernel.org, linux-pci@vger.kernel.org,
	linux-fpga@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, linux-crypto@vger.kernel.org,
	linux-kselftest@vger.kernel.org, intel-gfx@lists.freedesktop.org,
	Changbin Du <changbin.du@gmail.com>
Subject: Re: [Intel-gfx] [PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
Date: Thu, 31 Oct 2019 21:50:54 +0800	[thread overview]
Message-ID: <20191031135052.tl63uzhdgcpcqwj5@mail.google.com> (raw)
Message-ID: <20191031135054.GdwVX_5_ZQBNPcHtzt-wcGeC9hRlyah5mg_bcY-D7YE@z> (raw)
In-Reply-To: <20191029020027.516a6bce@lwn.net>

On Tue, Oct 29, 2019 at 02:00:27AM -0600, Jonathan Corbet wrote:
> On Tue, 29 Oct 2019 08:31:22 +0800
> Changbin Du <changbin.du@gmail.com> wrote:
> 
> > Here python is different from C. Both empty string and None are False in python.
> > Note such condition is common in python.
> 
> Treating both as a False value is reasonably common.  Treating them
> elsewhere in the same code block as separate values is less
> so; that's the part I would prefer to avoid.
>
ok, please check update in v3.

> Thanks,
> 
> jon

-- 
Cheers,
Changbin Du
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2019-10-31 13:51 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 13:17 [PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers' Changbin Du
2019-10-20 18:05 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-10-20 18:35 ` ✓ Fi.CI.BAT: success " Patchwork
2019-10-20 20:14 ` ✗ Fi.CI.IGT: failure " Patchwork
2019-10-24 18:19 ` [PATCH v2] " Jonathan Corbet
2019-10-24 18:19   ` [Intel-gfx] " Jonathan Corbet
2019-10-24 18:19   ` Jonathan Corbet
2019-10-25  6:57   ` Jani Nikula
2019-10-25  6:57     ` [Intel-gfx] " Jani Nikula
2019-10-25  6:57     ` Jani Nikula
2019-10-25 14:48     ` Changbin Du
2019-10-25 14:48       ` [Intel-gfx] " Changbin Du
2019-10-25 14:48       ` Changbin Du
2019-10-28  9:24       ` Jani Nikula
2019-10-28  9:24         ` [Intel-gfx] " Jani Nikula
2019-10-28  9:24         ` Jani Nikula
2019-10-28  9:24         ` Jani Nikula
2019-10-28  9:24         ` Jani Nikula
2019-10-29  0:31         ` Changbin Du
2019-10-29  0:31           ` [Intel-gfx] " Changbin Du
2019-10-29  0:31           ` Changbin Du
2019-10-29  5:42           ` Markus Heiser
2019-10-29  5:42             ` [Intel-gfx] " Markus Heiser
2019-10-29  5:42             ` Markus Heiser
2019-10-29  5:42             ` Markus Heiser
2019-10-29  8:00           ` Jonathan Corbet
2019-10-29  8:00             ` [Intel-gfx] " Jonathan Corbet
2019-10-29  8:00             ` Jonathan Corbet
2019-10-29  8:00             ` Jonathan Corbet
2019-10-31 13:50             ` Changbin Du [this message]
2019-10-31 13:50               ` [Intel-gfx] " Changbin Du
2019-10-31 13:50               ` Changbin Du

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191031135052.tl63uzhdgcpcqwj5@mail.google.com \
    --to=changbin.du@gmail.com \
    --cc=corbet@lwn.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fpga@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tzimmermann@suse.de \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.