CHECK: Alignment should match open parenthesis
#49: FILE: send.c:49:
+ pr_warn("Interface %s is not up - can't send packet via that interface!\n",
+ hard_iface->net_dev->name);
total: 0 errors, 0 warnings, 1 checks, 410 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
send.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#179: FILE: hard-interface.c:179:
+ pr_warn("The newly added mac address (%pM) already exists on: %s\n",
+ net_dev->dev_addr, hard_iface->net_dev->name);
total: 0 errors, 0 warnings, 1 checks, 688 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hard-interface.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#50: FILE: send.c:50:
+ pr_warn("Interface %s is not up - can't send packet via that interface!\n",
+ hard_iface->net_dev->name);
total: 0 errors, 0 warnings, 1 checks, 414 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
send.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
CHECK: Alignment should match open parenthesis
#180: FILE: hard-interface.c:180:
+ pr_warn("The newly added mac address (%pM) already exists on: %s\n",
+ net_dev->dev_addr, hard_iface->net_dev->name);
total: 0 errors, 0 warnings, 1 checks, 583 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hard-interface.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
WARNING: Prefer pr_warn(... to pr_warning(...
#48: FILE: send.c:48:
+ pr_warning("Interface %s is not up - can't send packet via that interface!\n",
total: 0 errors, 1 warnings, 0 checks, 410 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
send.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
WARNING: Prefer pr_warn(... to pr_warning(...
#178: FILE: hard-interface.c:178:
+ pr_warning("The newly added mac address (%pM) already exists on: %s\n",
WARNING: Prefer pr_warn(... to pr_warning(...
#180: FILE: hard-interface.c:180:
+ pr_warning("It is strongly recommended to keep mac addresses unique to avoid problems!\n");
total: 0 errors, 2 warnings, 0 checks, 688 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
hard-interface.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
/home/batman/build_test/tmp/gen-compat-autoconf.sh /home/batman/build_test/tmp/compat-autoconf.h
/usr/bin/make -C /home/batman/build_test/linux-build/linux-3.3 M=/home/batman/build_test/tmp PWD=/home/batman/build_test/tmp modules
make[1]: Entering directory `/home/batman/build_test/linux-build/linux-3.3'
CC [M] /home/batman/build_test/tmp/compat.o
CC [M] /home/batman/build_test/tmp/bat_debugfs.o
CC [M] /home/batman/build_test/tmp/bat_iv_ogm.o
CC [M] /home/batman/build_test/tmp/bat_sysfs.o
CC [M] /home/batman/build_test/tmp/bitarray.o
CC [M] /home/batman/build_test/tmp/gateway_client.o
CC [M] /home/batman/build_test/tmp/gateway_common.o
CC [M] /home/batman/build_test/tmp/hard-interface.o
CC [M] /home/batman/build_test/tmp/hash.o
CC [M] /home/batman/build_test/tmp/icmp_socket.o
CC [M] /home/batman/build_test/tmp/main.o
CC [M] /home/batman/build_test/tmp/originator.o
CC [M] /home/batman/build_test/tmp/ring_buffer.o
CC [M] /home/batman/build_test/tmp/routing.o
CC [M] /home/batman/build_test/tmp/send.o
CC [M] /home/batman/build_test/tmp/soft-interface.o
/home/batman/build_test/tmp/soft-interface.c:802:9: error: undefined identifier 'eth_hw_addr_random'
/home/batman/build_test/tmp/soft-interface.c: In function ‘interface_setup’:
/home/batman/build_test/tmp/soft-interface.c:802: error: implicit declaration of function ‘eth_hw_addr_random’
make[2]: *** [/home/batman/build_test/tmp/soft-interface.o] Error 1
make[1]: *** [_module_/home/batman/build_test/tmp] Error 2
make[1]: Leaving directory `/home/batman/build_test/linux-build/linux-3.3'
make: *** [all] Error 2
/home/batman/build_test/tmp/gen-compat-autoconf.sh /home/batman/build_test/tmp/compat-autoconf.h
/usr/bin/make -C /home/batman/build_test/linux-build/linux-3.3 M=/home/batman/build_test/tmp PWD=/home/batman/build_test/tmp modules
make[1]: Entering directory `/home/batman/build_test/linux-build/linux-3.3'
CC [M] /home/batman/build_test/tmp/compat.o
CC [M] /home/batman/build_test/tmp/bat_debugfs.o
CC [M] /home/batman/build_test/tmp/bat_iv_ogm.o
CC [M] /home/batman/build_test/tmp/bat_sysfs.o
CC [M] /home/batman/build_test/tmp/bitarray.o
CC [M] /home/batman/build_test/tmp/gateway_client.o
CC [M] /home/batman/build_test/tmp/gateway_common.o
CC [M] /home/batman/build_test/tmp/hard-interface.o
CC [M] /home/batman/build_test/tmp/hash.o
CC [M] /home/batman/build_test/tmp/icmp_socket.o
CC [M] /home/batman/build_test/tmp/main.o
CC [M] /home/batman/build_test/tmp/originator.o
CC [M] /home/batman/build_test/tmp/ring_buffer.o
CC [M] /home/batman/build_test/tmp/routing.o
CC [M] /home/batman/build_test/tmp/send.o
CC [M] /home/batman/build_test/tmp/soft-interface.o
/home/batman/build_test/tmp/soft-interface.c:802:9: error: undefined identifier 'eth_hw_addr_random'
/home/batman/build_test/tmp/soft-interface.c: In function ‘interface_setup’:
/home/batman/build_test/tmp/soft-interface.c:802: error: implicit declaration of function ‘eth_hw_addr_random’
make[2]: *** [/home/batman/build_test/tmp/soft-interface.o] Error 1
make[1]: *** [_module_/home/batman/build_test/tmp] Error 2
make[1]: Leaving directory `/home/batman/build_test/linux-build/linux-3.3'
make: *** [all] Error 2
/home/batman/build_test/tmp/gen-compat-autoconf.sh /home/batman/build_test/tmp/compat-autoconf.h
/usr/bin/make -C /home/batman/build_test/linux-build/linux-3.3 M=/home/batman/build_test/tmp PWD=/home/batman/build_test/tmp modules
make[1]: Entering directory `/home/batman/build_test/linux-build/linux-3.3'
CC [M] /home/batman/build_test/tmp/compat.o
CC [M] /home/batman/build_test/tmp/bat_debugfs.o
CC [M] /home/batman/build_test/tmp/bat_iv_ogm.o
CC [M] /home/batman/build_test/tmp/bat_sysfs.o
CC [M] /home/batman/build_test/tmp/bitarray.o
CC [M] /home/batman/build_test/tmp/gateway_client.o
CC [M] /home/batman/build_test/tmp/gateway_common.o
CC [M] /home/batman/build_test/tmp/hard-interface.o
CC [M] /home/batman/build_test/tmp/hash.o
CC [M] /home/batman/build_test/tmp/icmp_socket.o
CC [M] /home/batman/build_test/tmp/main.o
CC [M] /home/batman/build_test/tmp/originator.o
CC [M] /home/batman/build_test/tmp/ring_buffer.o
CC [M] /home/batman/build_test/tmp/routing.o
CC [M] /home/batman/build_test/tmp/send.o
CC [M] /home/batman/build_test/tmp/soft-interface.o
/home/batman/build_test/tmp/soft-interface.c:802:9: error: undefined identifier 'eth_hw_addr_random'
/home/batman/build_test/tmp/soft-interface.c: In function ‘interface_setup’:
/home/batman/build_test/tmp/soft-interface.c:802: error: implicit declaration of function ‘eth_hw_addr_random’
make[2]: *** [/home/batman/build_test/tmp/soft-interface.o] Error 1
make[1]: *** [_module_/home/batman/build_test/tmp] Error 2
make[1]: Leaving directory `/home/batman/build_test/linux-build/linux-3.3'
make: *** [all] Error 2