aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_crypt.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-08-25 11:48:23 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-25 10:05:13 -0700
commita44325f98563c39bc63311db7471b848153e49fe (patch)
treeaada894780e4b5fd0f3731251a6044ce359681e0 /drivers/staging/rtl8192e/rtllib_crypt.h
parentstaging: rtl8192e: Cleanup checkpatch -f errors - Part X (diff)
downloadlinux-dev-a44325f98563c39bc63311db7471b848153e49fe.tar.xz
linux-dev-a44325f98563c39bc63311db7471b848153e49fe.zip
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_crypt.h')
-rw-r--r--drivers/staging/rtl8192e/rtllib_crypt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_crypt.h b/drivers/staging/rtl8192e/rtllib_crypt.h
index b01410550c43..49b90b73ed9c 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt.h
+++ b/drivers/staging/rtl8192e/rtllib_crypt.h
@@ -61,8 +61,8 @@ struct rtllib_crypto_ops {
/* maximum number of bytes added by encryption; encrypt buf is
* allocated with extra_prefix_len bytes, copy of in_buf, and
* extra_postfix_len; encrypt need not use all this space, but
- * the result must start at the beginning of the struct buffer and correct
- * length must be returned */
+ * the result must start at the beginning of the struct buffer and
+ * correct length must be returned */
int extra_prefix_len, extra_postfix_len;
struct module *owner;
@@ -77,9 +77,9 @@ struct rtllib_crypt_data {
int rtllib_register_crypto_ops(struct rtllib_crypto_ops *ops);
int rtllib_unregister_crypto_ops(struct rtllib_crypto_ops *ops);
-struct rtllib_crypto_ops * rtllib_get_crypto_ops(const char *name);
+struct rtllib_crypto_ops *rtllib_get_crypto_ops(const char *name);
void rtllib_crypt_deinit_entries(struct rtllib_device *, int);
void rtllib_crypt_deinit_handler(unsigned long);
void rtllib_crypt_delayed_deinit(struct rtllib_device *ieee,
- struct rtllib_crypt_data **crypt);
+ struct rtllib_crypt_data **crypt);
#endif