Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754481AbbKMIvg (ORCPT ); Fri, 13 Nov 2015 03:51:36 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:33363 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbbKMIve (ORCPT ); Fri, 13 Nov 2015 03:51:34 -0500 Subject: Re: [PATCH] net: phy: vitesse: add support for VSC8601 To: Mans Rullgard References: <1447353672-4365-1-git-send-email-mans@mansr.com> Cc: Florian Fainelli , netdev@vger.kernel.org, linux-kernel@vger.kernel.org From: Mason Message-ID: <5645A48E.9090402@free.fr> Date: Fri, 13 Nov 2015 09:51:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38 MIME-Version: 1.0 In-Reply-To: <1447353672-4365-1-git-send-email-mans@mansr.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 23 On 12/11/2015 19:41, Mans Rullgard wrote: > + .phy_id = PHY_ID_VSC8601, > + .name = "Vitesse VSC8601", > + .phy_id_mask = 0x000ffff0, > + .features = PHY_GBIT_FEATURES, > + .flags = PHY_HAS_INTERRUPT, > + .config_init = &genphy_config_init, > + .config_aneg = &genphy_config_aneg, > + .read_status = &genphy_read_status, > + .ack_interrupt = &vsc824x_ack_interrupt, > + .config_intr = &vsc82xx_config_intr, I expected Documentation/CodingStyle to forbid taking the address of functions. Regards. -- 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/