Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc3d28d0 authored by Jesper Juhl's avatar Jesper Juhl Committed by Linus Torvalds
Browse files

[PATCH] CodingStyle correction

parent d060a321
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -199,7 +199,7 @@ The rationale is:
    modifications are prevented
    modifications are prevented
- saves the compiler work to optimize redundant code away ;)
- saves the compiler work to optimize redundant code away ;)


int fun(int )
int fun(int a)
{
{
	int result = 0;
	int result = 0;
	char *buffer = kmalloc(SIZE);
	char *buffer = kmalloc(SIZE);