Module Name: src Committed By: thorpej Date: Sun Aug 21 14:13:00 UTC 2022
Modified Files:
src/sys/dev/pci: if_jme.c
Log Message:
jme_encap(): Fix up some botched formatting, and don't use (*m_head)
all over the place (just assign m = *m_head earlier). NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_jme.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
