core: rename a field in struct gpiod_chip
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 18 Oct 2017 19:43:43 +0000 (21:43 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 19 Oct 2017 07:08:52 +0000 (09:08 +0200)
commit8c18abccd2e1bdb556cc4b59ae94676cb16d9e6d
treea5adc8f55fd5a5c3335c9359b084eb760dae814c
parent4ebbf116599909f3fd7b0290fd80af30f1f30984
core: rename a field in struct gpiod_chip

Initially 'cinfo' stood for chip info, but since there's no other
field in this struct to confuse it with, just rename it to 'info'.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/lib/core.c