Page MenuHomeFreeBSD

ANSIfy sys/fs/msdosfs
ClosedPublic

Authored by emaste on Jan 8 2015, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 26, 5:38 AM
Unknown Object (File)
Nov 24 2024, 11:21 PM
Unknown Object (File)
Nov 20 2024, 5:36 AM
Unknown Object (File)
Nov 19 2024, 10:37 PM
Unknown Object (File)
Nov 19 2024, 2:01 PM
Unknown Object (File)
Nov 19 2024, 12:46 PM
Unknown Object (File)
Nov 1 2024, 9:16 AM
Unknown Object (File)
Oct 28 2024, 5:56 PM
Subscribers

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to ANSIfy sys/fs/msdosfs.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added inline comments.
sys/fs/msdosfs/msdosfs_denode.c
95

Note comments on individual args removed. I'm not sure they were valuable and largely repeat information in the comment preceding the function anyhow.

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

My motivation here is to make it easier to compare our msdosfs with NetBSD. They have a large set of changes (some of which I'd like to import).

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I don't follow - unless I missed something this should be all of msdosfs.

kib added a reviewer: kib.
In D1466#5, @emaste wrote:

I usually do such changes only with substantial changes, or when changing the affected lines. Reason is that stray formatting/formal commits make $(VCS) blame harder to use.

My motivation here is to make it easier to compare our msdosfs with NetBSD. They have a large set of changes (some of which I'd like to import).

Ok.

BTW, why only changing denode.c ? Whole msdosfs uses KR definitions, except functions which I touched (as described above). IMO, if doing the conversion, it is less painful to do it in one step.

I don't follow - unless I missed something this should be all of msdosfs.

The GUI somehow managed to confuse me yet another time, I only saw denode.

This revision is now accepted and ready to land.Jan 8 2015, 10:56 PM
emaste updated this revision to Diff 3068.

Closed by commit rS276887 (authored by @emaste).