Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751647AbdDMV3E (ORCPT ); Thu, 13 Apr 2017 17:29:04 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:39938 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbdDMV3D (ORCPT ); Thu, 13 Apr 2017 17:29:03 -0400 Date: Thu, 13 Apr 2017 23:28:54 +0200 (CEST) From: Thomas Gleixner To: Dou Liyang cc: LKML , Peter Zijlstra , Ingo Molnar , Sebastian Siewior , Benjamin Herrenschmidt , "David S. Miller" , Fenghua Yu , Herbert Xu , Lai Jiangshan , Len Brown , Michael Ellerman , "Rafael J. Wysocki" , Tejun Heo , Tony Luck , Viresh Kumar Subject: Re: [patch 02/13] workqueue: Provide work_on_cpu_safe() In-Reply-To: Message-ID: References: <20170412200726.941336635@linutronix.de> <20170412201042.262610721@linutronix.de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 237 Lines: 13 On Thu, 13 Apr 2017, Dou Liyang wrote: > At 04/13/2017 04:07 AM, Thomas Gleixner wrote: > > + > > +/** > > There is an extra '*' :) On purpose. It's the begin of a kernel-doc format comment for interface documentation. Thanks, tglx