Re: [PATCH 2/2 v6] typec: tcpm: Only request matching pdos

From: Guenter Roeck
Date: Wed Nov 15 2017 - 20:24:24 EST


On 11/15/2017 05:01 PM, Badhri Jagan Sridharan wrote:
On Tue, Nov 14, 2017 at 9:05 AM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
[ ... ]

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

/* Though I really dislike this new-world comment style.
* It hurts my eyes and distracts me from the code.
*/

Did I somehow introduce this ? I dont think I introduced new comments.


[ ... ]

+ /* There could only be one fixed pdo
+ * at a specific voltage level.
+ * So breaking here.
+ */

Guenter