lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ