linux
linux copied to clipboard
Update resize.c
Update resize.c
Unfortunately Linus does not merge github PRs, read this: https://github.com/torvalds/linux/pull/17
Also see the comment starting at line 652.
i.e. The code should read:
// current power of three, init to 3^0
unsigned three = 1;
Regardless your patch is broken and wrong.