Re: [linux-usb-devel] [PATCH] EHCI: fix memory pool name allocation

2006-10-12 Thread Christopher \Monty\ Montgomery
On 10/11/06, Alan Stern [EMAIL PROTECTED] wrote: Monty, you might try going through all the code you changed. There are _lots_ of places where you have spaces instead of tabs. you missed the discussion with GregKH about the fact that GMail recently broke and started molesting plaintext

[linux-usb-devel] [PATCH] EHCI: fix memory pool name allocation

2006-10-11 Thread Alan Stern
This patch (as802) changes the poolname allocation for the shadow budget in ehci-mem.c. The name needs to be allocated dynamically, not on the stack, because the memory management system continues to use it after registration. Also included are a couple of minor whitespace fixups (tabs instead