diff options
| author | Fabian Frederick <fabf@skynet.be> | 2014-06-04 16:12:01 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:19 +0200 |
| commit | d7ab197c25758f39d4f359857db37074cc89d130 (patch) | |
| tree | 929b747a4ab7ce907c4bd4bd33a98d3e262fe9ae /lib/asn1_decoder.c | |
| parent | 45246aeeab710cb51832d0549fc8ff8ebf048f34 (diff) | |
lib/asn1_decoder.c: kernel-doc warning fix
Change-Id: If2e53b5862eac1ee79e8a55652a01683ec280c50
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: franciscofranco <franciscofranco.1990@gmail.com>
Diffstat (limited to 'lib/asn1_decoder.c')
| -rw-r--r-- | lib/asn1_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c index a076f368e..2937ba5e5 100644 --- a/lib/asn1_decoder.c +++ b/lib/asn1_decoder.c @@ -142,7 +142,7 @@ error: * @decoder: The decoder definition (produced by asn1_compiler) * @context: The caller's context (to be passed to the action functions) * @data: The encoded data - * @datasize: The size of the encoded data + * @datalen: The size of the encoded data * * Decode BER/DER/CER encoded ASN.1 data according to a bytecode pattern * produced by asn1_compiler. Action functions are called on marked tags to |
