Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752170AbbLIUhi (ORCPT ); Wed, 9 Dec 2015 15:37:38 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:38315 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751861AbbLIUhg (ORCPT ); Wed, 9 Dec 2015 15:37:36 -0500 MIME-Version: 1.0 In-Reply-To: References: <1449529094-10922-1-git-send-email-gavidov@codeaurora.org> Date: Wed, 9 Dec 2015 18:37:35 -0200 Message-ID: Subject: Re: [PATCH] net: emac: emac gigabit ethernet controller driver From: Fabio Estevam To: Timur Tabi Cc: Gilad Avidov , Greg Kroah-Hartman , "netdev@vger.kernel.org" , sdharia@codeaurora.org, linux-arm-msm@vger.kernel.org, lkml , vikrams@codeaurora.org, Shanker Donthineni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 708 Lines: 23 On Wed, Dec 9, 2015 at 6:09 PM, Timur Tabi wrote: >> +/* set MAC address */ >> +void emac_mac_addr_clear(struct emac_adapter *adpt, u8 *addr) >> +{ >> + u32 sta; >> + >> + /* for example: 00-A0-C6-11-22-33 >> + * 0<-->C6112233, 1<-->00A0. >> + */ > > /* > * Multi-line comments > * look like this. > */ Except in drivers/net. The convention in drivers/net is to use multi-line format as posted in this patch. -- 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/