Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751809AbbEZVEU (ORCPT ); Tue, 26 May 2015 17:04:20 -0400 Received: from smtprelay0093.hostedemail.com ([216.40.44.93]:33510 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751179AbbEZVES (ORCPT ); Tue, 26 May 2015 17:04:18 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:968:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2693:2828:3138:3139:3140:3141:3142:3352:3622:3865:3870:3872:3874:4321:5007:6261:10004:10400:10848:11026:11232:11473:11657:11658:11914:12043:12517:12519:12740:13019:13069:13255:13311:13357:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: truck55_254ec4fcc4d2c X-Filterd-Recvd-Size: 1716 Message-ID: <1432674255.2846.103.camel@perches.com> Subject: Re: [PATCH v4 02/35] staging: rtl8192e: Declare ethernet addresses as __aligned(2) From: Joe Perches To: Mateusz Kulikowski Cc: Dan Carpenter , gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Tue, 26 May 2015 14:04:15 -0700 In-Reply-To: <5564D6C6.9040400@gmail.com> References: <1432223628-1664-1-git-send-email-mateusz.kulikowski@gmail.com> <1432223628-1664-3-git-send-email-mateusz.kulikowski@gmail.com> <20150525135319.GA11588@mwanda> <5564D6C6.9040400@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 28 On Tue, 2015-05-26 at 22:25 +0200, Mateusz Kulikowski wrote: > On 25.05.2015 15:53, Dan Carpenter wrote: > >> diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c [] > >> + static const u8 bMac_Tmp_Addr[ETH_ALEN] __aligned(2) = { > >> + 0x00, 0xe0, 0x4c, 0x00, 0x00, 0x01 > >> + }; > > > > What's up with the whacky indenting? > > It was proposal from Joe; Not quite. I suggested: static const u8 bMac_Tmp_Addr[ETH_ALEN] __aligned(2) = { 0x00, 0xe0, 0x4c, 0x00, 0x00, 0x01 }; > perhaps breaking 80-column line would be even better in that case > (for sure will be once I remove __aligned) -- 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/