mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	|  de258fa8ca Typedefs like
    typedef struct phylink_pcs *(*pcs_xlate_t)(const u64 *args);
have a typedef_type that ends with a * and therefore has no word
boundary. Add an extra clause for the final group of the typedef_type so
we only require a word boundary if we match a word.
[mchehab: modify also kernel-doc.py, as we're deprecating the perl version]
Fixes:  | ||
|---|---|---|
| .. | ||
| kdoc_files.py | ||
| kdoc_output.py | ||
| kdoc_parser.py | ||
| kdoc_re.py | ||