Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752054AbbFBXMO (ORCPT ); Tue, 2 Jun 2015 19:12:14 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:34799 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbbFBXMD (ORCPT ); Tue, 2 Jun 2015 19:12:03 -0400 Message-ID: <1433286663.438.10.camel@axtens.net> Subject: Re: [PATCH v1 1/9]powerpc/powernv: Data structure and macros definition From: Daniel Axtens To: Madhavan Srinivasan Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Stephane Eranian , Paul Mackerras , Sukadev Bhattiprolu , Anshuman Khandual Date: Wed, 03 Jun 2015 09:11:03 +1000 In-Reply-To: <1433260778-26497-2-git-send-email-maddy@linux.vnet.ibm.com> References: <1433260778-26497-1-git-send-email-maddy@linux.vnet.ibm.com> <1433260778-26497-2-git-send-email-maddy@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-RMMA6L+JJYdjf5nx53Wy" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2423 Lines: 69 --=-RMMA6L+JJYdjf5nx53Wy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * as published by the Free Software Foundation; either version > + * 2 of the License, or (at your option) any later version. > + */ I'm not certain about this, but I _think_ this is supposed to be version 2 only: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/CO= PYING#n9 > +/* > + * Device tree parser code detect nest pmu support > + * and create new nest pmus. This structure will > + * hold the pmu functions and attrs for each nest pmu and > + * will be referenced at the time of pmu registering. > + */ The first sentence of that comment is unclear: I think your trying to say "Device tree parser code detects nest pmu support and registers new nest pmus"? Also s/registering/registration/. > +struct nest_pmu { > + struct pmu pmu; > + const struct attribute_group *attr_groups[4]; > +}; > + Regards, Daniel Axtens --=-RMMA6L+JJYdjf5nx53Wy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: GPGTools - https://gpgtools.org iQIcBAABCAAGBQJVbjgSAAoJEPC3R3P2I92FPmYP/AmKY/jCb3A4sA47iTrNMAPH m6+HdzGfABdruV/20vGl3nCCzOLEVcnj5Iz20xUQg2Pba6YKCTddCUXSYDTOPvd/ 7/b5CtUG+iVMzw5H1UpqZTgsl8whiu7bkYsoDM5bgGY4l5obI9716oP40HNvZWvR muaeCPYv0GMXYCi01wofIcEnRgs6sPK8APtAky6vanI/Qg3CP/zZtgCmZOmbRqNw O9tMgr9WKkOaHkecjcgYAFRWcfoj8YoaG2m7izJaJONeYciOxZUU2X5FMApQP+mE jRu/bwelqusIPm04lySZkCa1Uinoam4w+//t9hbSRLUtE9SnWEvRTnleO+Ps0RkA ntHN8ozUmqyNtULRHGHSsbVQ5HAUH1RgnAWki9ZCbJaTyYzalehEHyTb/D+fUPmJ fDvJSIKrwQSrEAhHF5z8KxcVrQmkmuNtrbqdY1G+AN8SUpTSYthCzhjrSATcQaIS mbfxt32k6xsqUORdg248FTl5W3+P86ZU9sBEtVg/U2/YOaEVHsoT6h3N3OkMY0Qx JBHhG+0qJe/1RoBlEsm7w4lRFjdZGUU30XHXKx/GJl3ltgTVYl4okdG2Hj4Ur8Rs LUUTq+e8bhROpIS7bD5vzgReyT5czU309PKqfg2qTTaHI00s8SnJ8YUjHV0OshLm AJkiZRTFjYa1ay4DypCu =5cMf -----END PGP SIGNATURE----- --=-RMMA6L+JJYdjf5nx53Wy-- -- 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/