[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4400bb91-90d9-0670-8249-675f9732b666@intel.com>
Date: Mon, 3 Feb 2020 09:14:29 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, valex@...lanox.com, linyunsheng@...wei.com,
lihong.yang@...el.com
Subject: Re: [PATCH 01/15] devlink: prepare to support region operations
On 2/3/2020 3:35 AM, Jiri Pirko wrot>> +struct devlink_region *
>> +devlink_region_create(struct devlink *devlink,
>> + const struct devlink_region_ops *ops,
>> + u32 region_max_snapshots,
>
> No need to wrap here.
>
So I can do either:
> struct devlink_region *
> devlink_region_create(struct devlink *devlink, const struct devlink_region_ops *ops,
> u32 region_max_snapshots,
or
> struct devlink_region *devlink_region_create(struct devlink *devlink,> const struct
devlink_region_ops *ops,
> u32 region_max_snapshots,
Both of which go over the 80-character limit.
Or I can stick with what I've chosen which does not.
Thanks,
Jake
Powered by blists - more mailing lists