From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932406AbcFTT3L (ORCPT ); Mon, 20 Jun 2016 15:29:11 -0400 Received: from mail-yw0-f193.google.com ([209.85.161.193]:34502 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754388AbcFTT26 (ORCPT ); Mon, 20 Jun 2016 15:28:58 -0400 Date: Mon, 20 Jun 2016 15:16:44 -0400 From: Tejun Heo To: Petr Mladek Cc: Andrew Morton , Oleg Nesterov , Ingo Molnar , Peter Zijlstra , Steven Rostedt , "Paul E. McKenney" , Josh Triplett , Thomas Gleixner , Linus Torvalds , Jiri Kosina , Borislav Petkov , Michal Hocko , linux-mm@kvack.org, Vlastimil Babka , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data() Message-ID: <20160620191644.GS3262@mtj.duckdns.org> References: <1466075851-24013-1-git-send-email-pmladek@suse.com> <1466075851-24013-2-git-send-email-pmladek@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466075851-24013-2-git-send-email-pmladek@suse.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 16, 2016 at 01:17:20PM +0200, Petr Mladek wrote: > A good practice is to prefix the names of functions by the name > of the subsystem. > > This patch fixes the name of probe_kthread_data(). The other wrong > functions names are part of the kthread worker API and will be > fixed separately. > > Suggested-by: Andrew Morton > Signed-off-by: Petr Mladek Acked-by: Tejun Heo Thanks. -- tejun