Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156422
b: refs/heads/master
c: 93274e4
h: refs/heads/master
v: v3
  • Loading branch information
Stefani Seibold authored and Linus Torvalds committed Aug 7, 2009
1 parent 7a96a17 commit a41ad7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69dd647f969c28d18de77e2153f30d05a1874571
refs/heads/master: 93274e4d4e9416ad1fa47e2f26011e2c483fe5fe
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_rotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline void rotate_ud(const char *in, char *out, u32 width, u32 height)
width = (width + 7) & ~7;

for (i = 0; i < height; i++) {
for (j = 0; j < width; j++) {
for (j = 0; j < width - shift; j++) {
if (pattern_test_bit(j, i, width, in))
pattern_set_bit(width - (1 + j + shift),
height - (1 + i),
Expand Down

0 comments on commit a41ad7e

Please sign in to comment.