diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2010-02-10 07:08:53 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2010-02-10 07:08:53 +0000 |
| commit | 999ec3f77584781528bdb70ba1094b505a49730a (patch) | |
| tree | 047c9b896b9b2d3917cfc29ceff0551f5186fa99 /scripts | |
| parent | 9b438324729ce7b30b40bc775275121daf6565c7 (diff) | |
| download | linux-libre-raptor-999ec3f77584781528bdb70ba1094b505a49730a.tar.gz linux-libre-raptor-999ec3f77584781528bdb70ba1094b505a49730a.zip | |
Drop trailing whitespace in RT2860.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deblob-2.6.31 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deblob-2.6.31 b/scripts/deblob-2.6.31 index f2532f578..fdff6525c 100755 --- a/scripts/deblob-2.6.31 +++ b/scripts/deblob-2.6.31 @@ -45,7 +45,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.31 extra=2 +kver=2.6.31 extra=2++ case $1 in --force) @@ -1386,7 +1386,7 @@ clean_sed ' /^INT[ ]set_eFuseLoadFromBin_Proc(/,/^}$/{ /src = kmalloc/i\ printk("%s: missing Free firmware\\n", __func__);\ - return FALSE; + return FALSE; }' drivers/staging/rt2860/common/eeprom.c 'report missing Free firmware' clean_blob drivers/staging/rt2860/common/eeprom.c clean_kconfig drivers/staging/rt2860/Kconfig RT2860 |

