mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
net: ppp: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the following commard: $ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/' Cc: Tom Parkin <tparkin@katalix.com> Signed-off-by: Hui Tang <tanghui20@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1d314fc1a1
commit
63b63138f6
@ -436,7 +436,7 @@ static void *bsd_alloc (unsigned char *options, int opt_len, int decomp)
|
||||
* Initialize the data information for the compression code
|
||||
*/
|
||||
db->totlen = sizeof (struct bsd_db) +
|
||||
(sizeof (struct bsd_dict) * hsize);
|
||||
(sizeof (struct bsd_dict) * hsize);
|
||||
|
||||
db->hsize = hsize;
|
||||
db->hshift = hshift;
|
||||
|
Loading…
Reference in New Issue
Block a user