Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
This commit is contained in:
@@ -158,7 +158,7 @@ match:
|
||||
t += 7 + *ip++;
|
||||
}
|
||||
m_pos -= le16_to_cpu(get_unaligned(
|
||||
(const unsigned short *)ip) >> 2);
|
||||
(const unsigned short *)ip)) >> 2;
|
||||
ip += 2;
|
||||
if (m_pos == op)
|
||||
goto eof_found;
|
||||
|
Reference in New Issue
Block a user