[Swan-dev] cryptodev.h copied file edits

Paul Wouters paul at nohats.ca
Sun Oct 19 22:47:49 EEST 2014


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.

Paul


More information about the Swan-dev mailing list