kernel/linux: fix typo
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Sep 07 00:20:30 2011 +0200 (2011-09-07)
changeset 26528e76355776c3
parent 2651 a171c274bc12
child 2653 e5fc5c9ea78a
kernel/linux: fix typo

Finally fix typo introduced in #6eb0189d7225 and partially fixed in
#61ec8b08f98d...

Seems I'm fast at introducing trivial typoes, but bad at fixing them... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Aug 30 19:38:10 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Wed Sep 07 00:20:30 2011 +0200
     1.3 @@ -157,7 +157,7 @@
     1.4      string
     1.5  # Don't remove next line
     1.6  # CT_INSERT_VERSION_STRING_BELOW
     1.7 -    default "3.0_4" if KERNEL_V_3_0_4
     1.8 +    default "3.0.4" if KERNEL_V_3_0_4
     1.9      default "3.0.3" if KERNEL_V_3_0_3
    1.10      default "3.0.2" if KERNEL_V_3_0_2
    1.11      default "3.0.1" if KERNEL_V_3_0_1