linux icon indicating copy to clipboard operation
linux copied to clipboard

Update resize.c

Open thedj21 opened this issue 11 years ago • 3 comments

Update resize.c

thedj21 avatar Feb 25 '14 17:02 thedj21

Unfortunately Linus does not merge github PRs, read this: https://github.com/torvalds/linux/pull/17

yahuarkuntur avatar Feb 25 '14 21:02 yahuarkuntur

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.

skx avatar Feb 26 '14 14:02 skx