Fix typos and formatting.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Thiemo Seufer
2004-12-08 10:32:45 +00:00
committed by Ralf Baechle
parent b59a9504cb
commit 69903d6500
2 changed files with 9 additions and 9 deletions

View File

@@ -16,8 +16,8 @@
/*
* copy while checksumming, otherwise like csum_partial
*/
unsigned int csum_partial_copy_nocheck(const unsigned char *src, unsigned char *dst,
int len, unsigned int sum)
unsigned int csum_partial_copy_nocheck(const unsigned char *src,
unsigned char *dst, int len, unsigned int sum)
{
/*
* It's 2:30 am and I don't feel like doing it real ...
@@ -33,8 +33,8 @@ unsigned int csum_partial_copy_nocheck(const unsigned char *src, unsigned char *
* Copy from userspace and compute checksum. If we catch an exception
* then zero the rest of the buffer.
*/
unsigned int csum_partial_copy_from_user (const unsigned char *src, unsigned char *dst,
int len, unsigned int sum, int *err_ptr)
unsigned int csum_partial_copy_from_user (const unsigned char *src,
unsigned char *dst, int len, unsigned int sum, int *err_ptr)
{
int missing;