[Swan-dev] cryptodev.h copied file edits

David McCullough ucdevel at gmail.com
Mon Oct 20 03:52:36 EEST 2014


Paul Wouters wrote the following:
> 
> I noticed in a separate branch:
> 
> diff --git a/include/crypto/cryptodev.h b/include/crypto/cryptodev.h
> index 342456f..02ff026 100644
> --- a/include/crypto/cryptodev.h
> +++ b/include/crypto/cryptodev.h
> @@ -466,8 +466,8 @@ extern int crypto_runregister_all(u_int32_t driverid);
>   *     kept apart from the rest of the system.
>   */
>  struct uio;
> -extern void cuio_copydata(struct uio* uio, int off, int len, caddr_t cp);
> -extern void cuio_copyback(struct uio* uio, int off, int len, caddr_t cp);
> +extern void cuio_copydata(struct uio *uio, int off, int len, caddr_t cp);
> +extern void cuio_copyback(struct uio *uio, int off, int len, caddr_t cp);
>  extern struct iovec *cuio_getptr(struct uio *uio, int loc, int *off);
> 
> 
> Please note cryptodev.h comes from ocf-linux, so if you want to change
> those, it is better to contact David (CC:ed) to get these fixed upstream.

Well,  that file comes to OCF via FreeBSD,  so that the source that needs
fixing ;-)

Cheers,
Davidm

-- 
David McCullough,  ucdevel at gmail.com,   Ph: 0410 560 763


More information about the Swan-dev mailing list