mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	selftests/fpu: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 now reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_fpu.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Link: https://lkml.kernel.org/r/20240622-md-i386-lib-test_fpu_glue-v1-1-a4e40b7b1264@quicinc.com
Fixes: 9613736d85 ("selftests/fpu: move FP code to a separate translation unit")
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
			
			
This commit is contained in:
		
							parent
							
								
									7c812814e8
								
							
						
					
					
						commit
						2a49c8b6b6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -59,4 +59,5 @@ static void __exit test_fpu_exit(void) | ||||||
| module_init(test_fpu_init); | module_init(test_fpu_init); | ||||||
| module_exit(test_fpu_exit); | module_exit(test_fpu_exit); | ||||||
| 
 | 
 | ||||||
|  | MODULE_DESCRIPTION("Test cases for floating point operations"); | ||||||
| MODULE_LICENSE("GPL"); | MODULE_LICENSE("GPL"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jeff Johnson
						Jeff Johnson