Florian Schanda wrote:
Or even better/shorter:

-e 's/\b[us]\(8\|16\|32\|64\)/__&/g' \
-e 's/\b__iomem//g' \

This is good because it also catches "s32
It could be improved (only slightly) by putting a space behind the __iomem like so

-e 's/\b[us]\(8\|16\|32\|64\)/__&/g' \
-e 's/\b__iomem //g' \

Thanks for the lesson Florian

Andy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to