Revision 51e588c515594386bd52f05c050ee07b182f8284 authored by josemic on 27 November 2019, 21:47:32 UTC, committed by GitHub on 27 November 2019, 21:47:32 UTC
[networking/j1939.rst](https://github.com/torvalds/linux/blob/master/Documentation/networking/j1939.rst)
 referes to J1939_PGN_ADDRESS_REQUEST, however "j1939.h" defines only:
#define J1939_PGN_REQUEST 0x0ea00

There was once a patch changing the define "J1939_PGN_REQUEST" to "J1939_PGN_ADDRESS_REQUEST". However this patch had been rejected. Still the documentation [networking/j1939.rst](https://github.com/torvalds/linux/blob/master/Documentation/networking/j1939.rst) had been written as if this patch had been applied: 
[Link to patch](https://marc.info/?l=linux-can&m=155491812521734&w=2)
1 parent 95f1fa9
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top