Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 12 Nov 2002 16:55:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 12 Nov 2002 16:55:25 -0500 Received: from pizda.ninka.net ([216.101.162.242]:60608 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Tue, 12 Nov 2002 16:55:24 -0500 Date: Tue, 12 Nov 2002 14:00:28 -0800 (PST) Message-Id: <20021112.140028.48834266.davem@redhat.com> To: rml@tech9.net Cc: rusty@rustcorp.com.au, linux-kernel@vger.kernel.org Subject: Re: [PATCH] module_name() From: "David S. Miller" In-Reply-To: <1037133554.2794.18.camel@phantasy> References: <20021112174741.6073E2C2B2@lists.samba.org> <1037133554.2794.18.camel@phantasy> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 560 Lines: 18 From: Robert Love Date: 12 Nov 2002 15:39:14 -0500 On Tue, 2002-11-12 at 12:32, Rusty Russell wrote: > +static inline char *module_name(struct module *module) > +{ > + Return "[built-in]"; > +} s/Return/return/ ? ;-) I'd rather get a NULL for built-in, honestly. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/