From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 17 Mar 2021 10:19:46 +0100 Subject: [LTP] [PATCH 2/2] syscalls/getppid02: Convert to the new API In-Reply-To: References: <20210304021304.1126635-1-ruansy.fnst@fujitsu.com> <20210304021304.1126635-2-ruansy.fnst@fujitsu.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > > > +/*\ > > > + * [DESCRIPTION] > > > * > > > + * Check that getppid() in child returns the same pid as getpid() in parent. > > > +\*/ > > nit: this should be merged as */ only (drop leading \, see 96e964f97 ("docparse: > > Use C standard comment end"). > Hi Petr, > Do I need to send a v2 to fix this? No need, we fix it before merge. Kind regards, Petr